CMake/Tests/CompileFeatures/cxx_noexcept.cpp

5 lines
30 B
C++
Raw Normal View History

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