This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cmake
Watch
2
Star
0
Fork
0
mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced
2026-09-25 04:09:36 +03:00
Code
Activity
Files
599587feb1685eb75b7efe32cfcc16fed13d65b5
cmake
/
Tests
/
CompileFeatures
/
cxx_nonstatic_member_init.cpp
T
Stephen Kelly
bd2a025eb0
Features: Add cxx_nonstatic_member_init.
2014-04-08 11:05:55 +02:00
5 lines
29 B
C++
Raw
Blame
History
class
A
{
int
m_i
=
42
;
};
View Git Blame
Copy Permalink