ArgArray -> format_arg_store

This commit is contained in:
Victor Zverovich
2016-08-26 06:44:41 -07:00
parent fc73e10620
commit 4873685c7e
2 changed files with 31 additions and 36 deletions
+1
View File
@@ -121,6 +121,7 @@ endif ()
check_cxx_compiler_flag(-fno-exceptions HAVE_FNO_EXCEPTIONS_FLAG)
if (HAVE_FNO_EXCEPTIONS_FLAG)
add_library(noexception-test ../fmt/format.cc)
target_compile_options(noexception-test PUBLIC ${CPP11_FLAG})
target_include_directories(noexception-test PRIVATE ${PROJECT_SOURCE_DIR})
target_compile_options(noexception-test PRIVATE -fno-exceptions)
endif ()