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
1b10650f
Unverified
Commit
1b10650f
authored
Oct 06, 2020
by
Justin Carpentier
Committed by
GitHub
Oct 06, 2020
Browse files
Merge pull request #1309 from jcarpent/topic/devel
Enhance C++11 support for Windows
parents
e7fec04f
c51ca1d9
Pipeline
#11587
passed with stage
in 138 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake
@
e4f507fb
Compare
4a79907f
...
e4f507fb
Subproject commit
4a79907faf1038e91d1fad7e2502166831ec6520
Subproject commit
e4f507fb7e688c5d2dcf8f2d5c1af388596ba91c
src/macros.hpp
View file @
1b10650f
...
...
@@ -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