CMake/Tests/CompileFeatures/cxx_noexcept.cpp

6 lines
31 B
C++
Raw Normal View History

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