CMake/Tests/CompileFeatures/cxx_noexcept.cpp

5 lines
30 B
C++
Raw Permalink Normal View History

2014-04-03 21:32:06 +04:00
void someFunc() noexcept
{
}