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-26 04:09:35 +03:00
Code
Activity
Files
7bd8cfb813e9bd19cebda92b280beb2deaf052d4
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