This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
CompileFeatures
/
cxx_attributes.cpp
Stephen Kelly
ff80c3b420
Features: Add cxx_attributes.
2014-04-08 11:05:56 +02:00
3 lines
46 B
C++
Raw
Blame
History
void
unusedFunc
[[noreturn]]
(
)
{
throw
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink