This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-12-13 22:58:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3c94069660
CMake
/
Tests
/
CompileFeatures
/
cxx_digit_separators.cpp
7 lines
78 B
C++
Raw
Normal View
History
Unescape
Escape
Features: Add support for C++14 features. Record the features implemented by GNU 4.9 and Clang 3.4.
2014-05-05 22:21:14 +00:00
int
someFunc
(
)
{
clang-format: format all code as Cpp11
2017-08-25 21:25:09 +00:00
int
one_thousand
=
1'000
;
return
one_thousand
-
1000
;
Features: Add support for C++14 features. Record the features implemented by GNU 4.9 and Clang 3.4.
2014-05-05 22:21:14 +00:00
}
Reference in New Issue
Copy Permalink