Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: snprintf #87

Closed
danturner opened this issue Sep 21, 2015 · 2 comments
Closed

Windows: snprintf #87

danturner opened this issue Sep 21, 2015 · 2 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@danturner
Copy link

snprintf isn’t supported by windows Visual Studio < 2015. There is a workaround that I’ve hacked into my local version: http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010. We could also just require Visual Studio 15 for windows users, but I haven’t tested this.

@crtrott crtrott added Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) bug - fix pushed to develop branch labels Oct 28, 2015
@crtrott
Copy link
Member

crtrott commented Oct 28, 2015

I believe this is fixed on develop

@crtrott
Copy link
Member

crtrott commented Nov 12, 2015

Pushed to master

@crtrott crtrott closed this as completed Nov 12, 2015
@crtrott crtrott self-assigned this Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants