CMake/Tests/CompileFeatures/cxx_noexcept.cpp

6 lines
31 B
C++
Raw Normal View History

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