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-27 04:09:36 +03:00
Code
Activity
Files
1ed0379f7960d93e4da0465679169fa94de09ad8
cmake
/
Tests
/
CompileFeatures
/
cxx_rvalue_references.cpp
T
Stephen Kelly
3300f78310
Features: Add cxx_rvalue_references.
2014-04-08 11:05:55 +02:00
6 lines
27 B
C++
Raw
Blame
History
void
someFunc
(
int
&&
)
{
}
View Git Blame
Copy Permalink