Pass errors to handler instead of throwing (#566)

This commit is contained in:
Victor Zverovich
2017-10-18 06:28:18 -07:00
parent 1b5ccf6c13
commit 3785afc5a3
4 changed files with 48 additions and 23 deletions
+1
View File
@@ -49,6 +49,7 @@ if (CMAKE_CXX_STANDARD)
set(CPP14_FLAG )
endif ()
message(STATUS "CPP14_FLAG: ${CPP14_FLAG}")
set(CMAKE_REQUIRED_FLAGS ${CPP14_FLAG})
# Check if variadic templates are working and not affected by GCC bug 39653: