Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
59e03a4b
Verified
Commit
59e03a4b
authored
Oct 06, 2020
by
Justin Carpentier
Browse files
core: fix C++11 check for Windows
parent
e7fec04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/macros.hpp
View file @
59e03a4b
...
...
@@ -16,7 +16,7 @@
#define PINOCCHIO_WITH_CXX14_SUPPORT
#endif
#if (__cplusplus >= 201103L || (defined(_MS
V
C_
LANG
) && _MS
V
C_
LANG >= 201103
))
#if (__cplusplus >= 201103L || (defined(_MSC_
VER
) && _MSC_
VER >= 1600
))
#define PINOCCHIO_WITH_CXX11_SUPPORT
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment