index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_rvalue_references.cpp
blob: 787026a21cce331cefb3d9a58dd5e286a7a47cfd (
plain
)
1
2
3
4
5
void
someFunc
(
int
&&)
{
}