Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_1987_4_0_16/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/tmp/c3ipr/pr_1987_4_0_16/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /tmp/c3ipr/pr_1987_4_0_16/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 150.4638671875 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/** [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK Exporting package recipe quickfix/1.15.1 exports: File 'conandata.yml' found. Exporting it... quickfix/1.15.1 exports: Copied 1 '.yml' file: conandata.yml quickfix/1.15.1 exports_sources: Copied 8 '.patch' files [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.15.1': {'url': 'https://github.com/quickfix/quickfix/archive/v1.15.1.tar.gz', 'sha256': '1c4322a68704526ca3d1f213e7b0dcd30e067a8815be2a79b2ab1197ef70dcf7'}}, 'patches': {'1.15.1': [{'patch_file': 'patches/0001-Fix-build-for-C-17-replace-throw-.-with-EXCEPT.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0002-except-copy.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0003-fix-condition-for-using-tr1-namespace.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0004-remove-tests-from-compilatin-unit-performance-and-ac.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0005-inc.-required-CMake-version-add-conan-basic-setup-an.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0006-manage-postgres-through-conan.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0007-add-support-to-static-libraries-for-non-windows-buil.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0008-manage-mysql-through-conan.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 1.15.1: - base_path: source_subfolder patch_file: patches/0001-Fix-build-for-C-17-replace-throw-.-with-EXCEPT.patch - base_path: source_subfolder patch_file: patches/0002-except-copy.patch - base_path: source_subfolder patch_file: patches/0003-fix-condition-for-using-tr1-namespace.patch - base_path: source_subfolder patch_file: patches/0004-remove-tests-from-compilatin-unit-performance-and-ac.patch - base_path: source_subfolder patch_file: patches/0005-inc.-required-CMake-version-add-conan-basic-setup-an.patch - base_path: source_subfolder patch_file: patches/0006-manage-postgres-through-conan.patch - base_path: source_subfolder patch_file: patches/0007-add-support-to-static-libraries-for-non-windows-buil.patch - base_path: source_subfolder patch_file: patches/0008-manage-mysql-through-conan.patch sources: 1.15.1: sha256: 1c4322a68704526ca3d1f213e7b0dcd30e067a8815be2a79b2ab1197ef70dcf7 url: https://github.com/quickfix/quickfix/archive/v1.15.1.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK quickfix/1.15.1: A new conanfile.py version was exported quickfix/1.15.1: Folder: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/export quickfix/1.15.1: Using the exported files summary hash as the recipe revision: 1adad6ef5a41fcd74e05af5bffebe23a quickfix/1.15.1: Exported revision: 1adad6ef5a41fcd74e05af5bffebe23a Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux os_build=Linux [options] quickfix:shared=True [build_requires] [env] quickfix/1.15.1: Forced build from source quickfix/1.15.1 (test package): Installing package Requirements quickfix/1.15.1 from local cache - Cache Packages quickfix/1.15.1:cbf3700a07e77fc094c00feba083e4a770f80834 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK quickfix/1.15.1: Configuring sources in /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK quickfix/1.15.1: Copying sources to build folder quickfix/1.15.1: Building your package in /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834 quickfix/1.15.1: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK quickfix/1.15.1: Calling build() ----Running------ > cd '/tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DHAVE_SSL="False" -DHAVE_POSTGRESQL="False" -DHAVE_MYSQL="False" -Wno-dev '/tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder' ----------------- -- The CXX compiler identification is GNU 9.2.1 -- The C compiler identification is GNU 9.2.1 -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- Project name quickfix -- Generating empty Allocator.h -- Generating empty config.h -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file stdio.h -- Looking for include file stdio.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - found -- Checking prototype gethostbyname_r for HAVE_GETHOSTBYNAME_R_3_ARG - False -- Checking prototype gethostbyname_r for HAVE_GETHOSTBYNAME_R_5_ARG - False -- Checking prototype gethostbyname_r for HAVE_GETHOSTBYNAME_R_6_ARG - True -- Checking for shared ptr. -- Looking for C++ include memory -- Looking for C++ include memory - found -- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE -- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE - Success -- Found shared_ptr in std namespace using header. -- set HAVE_STD_SHARED_PTR -- Checking for unique ptr. -- Looking for C++ include memory -- Looking for C++ include memory - found -- Performing Test HAVE_UNIQUE_PTR_IN_STD_NAMESPACE -- Performing Test HAVE_UNIQUE_PTR_IN_STD_NAMESPACE - Success -- Found unique in std namespace using header. -- set HAVE_STD_UNIQUE_PTR -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR -- Build files have been written to: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/build_subfolder ----Running------ > cmake --build '/tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/build_subfolder' '--target' 'quickfix' '--' '-j3' ----------------- Scanning dependencies of target quickfix [ 2%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Acceptor.cpp.o [ 4%] Building CXX object src/C++/CMakeFiles/quickfix.dir/DataDictionary.cpp.o [ 6%] Building CXX object src/C++/CMakeFiles/quickfix.dir/DataDictionaryProvider.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FixFields.h:4, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Fields.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FixFields.h:4, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Fields.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/PUGIXML_DOMDocument.h:67:27: note: in expansion of macro ‘EXCEPT’ 67 | PUGIXML_DOMDocument() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:47:1: note: in expansion of macro ‘EXCEPT’ 47 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:55:1: note: in expansion of macro ‘EXCEPT’ 55 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:126:1: note: in expansion of macro ‘EXCEPT’ 126 | EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:206:1: note: in expansion of macro ‘EXCEPT’ 206 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:224:1: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:235:1: note: in expansion of macro ‘EXCEPT’ 235 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:458:69: note: in expansion of macro ‘EXCEPT’ 458 | message_order const& DataDictionary::getHeaderOrderedFields() const EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:478:70: note: in expansion of macro ‘EXCEPT’ 478 | message_order const& DataDictionary::getTrailerOrderedFields() const EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.cpp:498:97: note: in expansion of macro ‘EXCEPT’ 498 | const message_order &DataDictionary::getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.cpp:38:40: note: in expansion of macro ‘EXCEPT’ 38 | (const BeginString& beginString) const EXCEPT ( DataDictionaryNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.cpp:49:36: note: in expansion of macro ‘EXCEPT’ 49 | (const ApplVerID& applVerID) const EXCEPT ( DataDictionaryNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:59:49: note: in expansion of macro ‘EXCEPT’ 59 | const Dictionary& settings ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:67:88: note: in expansion of macro ‘EXCEPT’ 67 | const std::string& settingsKey) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:71:70: note: in expansion of macro ‘EXCEPT’ 71 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:75:67: note: in expansion of macro ‘EXCEPT’ 75 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:40:40: note: in expansion of macro ‘EXCEPT’ 40 | HttpServer( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:42:53: note: in expansion of macro ‘EXCEPT’ 42 | static void startGlobal( const SessionSettings& ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:45:16: note: in expansion of macro ‘EXCEPT’ 45 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:49:46: note: in expansion of macro ‘EXCEPT’ 49 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:50:47: note: in expansion of macro ‘EXCEPT’ 50 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:39:1: note: in expansion of macro ‘EXCEPT’ 39 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:56:1: note: in expansion of macro ‘EXCEPT’ 56 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:69:29: note: in expansion of macro ‘EXCEPT’ 69 | void Acceptor::initialize() EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:158:24: note: in expansion of macro ‘EXCEPT’ 158 | void Acceptor::start() EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:170:24: note: in expansion of macro ‘EXCEPT’ 170 | void Acceptor::block() EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.cpp:179:39: note: in expansion of macro ‘EXCEPT’ 179 | bool Acceptor::poll( double timeout ) EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ [ 8%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Dictionary.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:31, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:33:1: note: in expansion of macro ‘EXCEPT’ 33 | EXCEPT ( ConfigError, FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:46:1: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( ConfigError, FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:59:1: note: in expansion of macro ‘EXCEPT’ 59 | EXCEPT ( ConfigError, FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:72:1: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( ConfigError, FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.cpp:85:1: note: in expansion of macro ‘EXCEPT’ 85 | EXCEPT ( ConfigError, FieldConvertError ) | ^~~~~~ [ 10%] Building CXX object src/C++/CMakeFiles/quickfix.dir/FieldConvertors.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.cpp:27: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ [ 13%] Building CXX object src/C++/CMakeFiles/quickfix.dir/FieldMap.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 15%] Building CXX object src/C++/CMakeFiles/quickfix.dir/FieldTypes.cpp.o [ 17%] Building CXX object src/C++/CMakeFiles/quickfix.dir/FileLog.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Log.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileLog.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileLog.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 19%] Building CXX object src/C++/CMakeFiles/quickfix.dir/FileStore.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ [ 21%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Group.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.cpp:40:60: note: in expansion of macro ‘EXCEPT’ 40 | Group& Group::getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ [ 23%] Building CXX object src/C++/CMakeFiles/quickfix.dir/HttpConnection.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:87:39: note: in expansion of macro ‘EXCEPT’ 87 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:88:61: note: in expansion of macro ‘EXCEPT’ 88 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:90:38: note: in expansion of macro ‘EXCEPT’ 90 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:91:38: note: in expansion of macro ‘EXCEPT’ 91 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:92:44: note: in expansion of macro ‘EXCEPT’ 92 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:93:44: note: in expansion of macro ‘EXCEPT’ 93 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:94:34: note: in expansion of macro ‘EXCEPT’ 94 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:95:34: note: in expansion of macro ‘EXCEPT’ 95 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:97:40: note: in expansion of macro ‘EXCEPT’ 97 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:99:16: note: in expansion of macro ‘EXCEPT’ 99 | void reset() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:100:18: note: in expansion of macro ‘EXCEPT’ 100 | void refresh() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.h:116:39: note: in expansion of macro ‘EXCEPT’ 116 | bool get( int, std::string& ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:193:1: note: in expansion of macro ‘EXCEPT’ 193 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:225:1: note: in expansion of macro ‘EXCEPT’ 225 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:236:47: note: in expansion of macro ‘EXCEPT’ 236 | int FileStore::getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:241:47: note: in expansion of macro ‘EXCEPT’ 241 | int FileStore::getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:246:53: note: in expansion of macro ‘EXCEPT’ 246 | void FileStore::setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:252:53: note: in expansion of macro ‘EXCEPT’ 252 | void FileStore::setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:258:43: note: in expansion of macro ‘EXCEPT’ 258 | void FileStore::incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:264:43: note: in expansion of macro ‘EXCEPT’ 264 | void FileStore::incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:270:49: note: in expansion of macro ‘EXCEPT’ 270 | UtcTimeStamp FileStore::getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:275:25: note: in expansion of macro ‘EXCEPT’ 275 | void FileStore::reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:289:27: note: in expansion of macro ‘EXCEPT’ 289 | void FileStore::refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FileStore.cpp:325:1: note: in expansion of macro ‘EXCEPT’ 325 | EXCEPT ( IOException ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpConnection.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpConnection.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.h:43:3: note: in expansion of macro ‘EXCEPT’ 43 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpConnection.h:46:40: note: in expansion of macro ‘EXCEPT’ 46 | bool readMessage( std::string& msg ) EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:61:3: note: in expansion of macro ‘EXCEPT’ 61 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:98:3: note: in expansion of macro ‘EXCEPT’ 98 | EXCEPT ( std::logic_error ) | ^~~~~~ [ 26%] Building CXX object src/C++/CMakeFiles/quickfix.dir/HttpMessage.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:61:3: note: in expansion of macro ‘EXCEPT’ 61 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.h:98:3: note: in expansion of macro ‘EXCEPT’ 98 | EXCEPT ( std::logic_error ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.cpp:37:1: note: in expansion of macro ‘EXCEPT’ 37 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpMessage.cpp:55:1: note: in expansion of macro ‘EXCEPT’ 55 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ [ 28%] Building CXX object src/C++/CMakeFiles/quickfix.dir/HttpParser.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpConnection.cpp:94:1: note: in expansion of macro ‘EXCEPT’ 94 | EXCEPT ( SocketRecvFailed ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.h:43:3: note: in expansion of macro ‘EXCEPT’ 43 | EXCEPT ( MessageParseError ); | ^~~~~~ [ 30%] Building CXX object src/C++/CMakeFiles/quickfix.dir/HttpServer.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.cpp:33:1: note: in expansion of macro ‘EXCEPT’ 33 | EXCEPT ( MessageParseError ) | ^~~~~~ [ 32%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Initiator.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:30, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:40:40: note: in expansion of macro ‘EXCEPT’ 40 | HttpServer( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:42:53: note: in expansion of macro ‘EXCEPT’ 42 | static void startGlobal( const SessionSettings& ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:45:16: note: in expansion of macro ‘EXCEPT’ 45 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:49:46: note: in expansion of macro ‘EXCEPT’ 49 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:50:47: note: in expansion of macro ‘EXCEPT’ 50 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpParser.h:43:3: note: in expansion of macro ‘EXCEPT’ 43 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpConnection.h:46:40: note: in expansion of macro ‘EXCEPT’ 46 | bool readMessage( std::string& msg ) EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:38:1: note: in expansion of macro ‘EXCEPT’ 38 | EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:66:59: note: in expansion of macro ‘EXCEPT’ 66 | HttpServer::HttpServer( const SessionSettings& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:70:1: note: in expansion of macro ‘EXCEPT’ 70 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:76:1: note: in expansion of macro ‘EXCEPT’ 76 | EXCEPT ( RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.cpp:89:26: note: in expansion of macro ‘EXCEPT’ 89 | void HttpServer::start() EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:55:39: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:57:52: note: in expansion of macro ‘EXCEPT’ 57 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:62:16: note: in expansion of macro ‘EXCEPT’ 62 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:64:16: note: in expansion of macro ‘EXCEPT’ 64 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:66:37: note: in expansion of macro ‘EXCEPT’ 66 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:107:21: note: in expansion of macro ‘EXCEPT’ 107 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:110:54: note: in expansion of macro ‘EXCEPT’ 110 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:112:55: note: in expansion of macro ‘EXCEPT’ 112 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:59:49: note: in expansion of macro ‘EXCEPT’ 59 | const Dictionary& settings ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:67:88: note: in expansion of macro ‘EXCEPT’ 67 | const std::string& settingsKey) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:71:70: note: in expansion of macro ‘EXCEPT’ 71 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:75:67: note: in expansion of macro ‘EXCEPT’ 75 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:40:40: note: in expansion of macro ‘EXCEPT’ 40 | HttpServer( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:42:53: note: in expansion of macro ‘EXCEPT’ 42 | static void startGlobal( const SessionSettings& ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:45:16: note: in expansion of macro ‘EXCEPT’ 45 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:49:46: note: in expansion of macro ‘EXCEPT’ 49 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/HttpServer.h:50:47: note: in expansion of macro ‘EXCEPT’ 50 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:38:57: note: in expansion of macro ‘EXCEPT’ 38 | const SessionSettings& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:52:48: note: in expansion of macro ‘EXCEPT’ 52 | LogFactory& logFactory ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:63:30: note: in expansion of macro ‘EXCEPT’ 63 | void Initiator::initialize() EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:190:25: note: in expansion of macro ‘EXCEPT’ 190 | void Initiator::start() EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:203:25: note: in expansion of macro ‘EXCEPT’ 203 | void Initiator::block() EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.cpp:212:40: note: in expansion of macro ‘EXCEPT’ 212 | bool Initiator::poll( double timeout ) EXCEPT ( ConfigError, RuntimeError ) | ^~~~~~ [ 34%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Log.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Log.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Log.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 36%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Message.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ [ 39%] Building CXX object src/C++/CMakeFiles/quickfix.dir/MessageSorters.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ [ 41%] Building CXX object src/C++/CMakeFiles/quickfix.dir/MessageStore.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:55:1: note: in expansion of macro ‘EXCEPT’ 55 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:65:1: note: in expansion of macro ‘EXCEPT’ 65 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:76:1: note: in expansion of macro ‘EXCEPT’ 76 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:89:1: note: in expansion of macro ‘EXCEPT’ 89 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:103:1: note: in expansion of macro ‘EXCEPT’ 103 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:340:1: note: in expansion of macro ‘EXCEPT’ 340 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.cpp:577:1: note: in expansion of macro ‘EXCEPT’ 577 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 43%] Building CXX object src/C++/CMakeFiles/quickfix.dir/MySQLLog.cpp.o [ 45%] Building CXX object src/C++/CMakeFiles/quickfix.dir/MySQLStore.cpp.o [ 47%] Building CXX object src/C++/CMakeFiles/quickfix.dir/NullStore.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.cpp:41:1: note: in expansion of macro ‘EXCEPT’ 41 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.cpp:49:1: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( IOException ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 50%] Building CXX object src/C++/CMakeFiles/quickfix.dir/OdbcLog.cpp.o [ 52%] Building CXX object src/C++/CMakeFiles/quickfix.dir/OdbcStore.cpp.o [ 54%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Parser.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:63:39: note: in expansion of macro ‘EXCEPT’ 63 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:64:61: note: in expansion of macro ‘EXCEPT’ 64 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:66:38: note: in expansion of macro ‘EXCEPT’ 66 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:68:38: note: in expansion of macro ‘EXCEPT’ 68 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:70:44: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:72:44: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:74:34: note: in expansion of macro ‘EXCEPT’ 74 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:76:34: note: in expansion of macro ‘EXCEPT’ 76 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:79:60: note: in expansion of macro ‘EXCEPT’ 79 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:81:40: note: in expansion of macro ‘EXCEPT’ 81 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:84:16: note: in expansion of macro ‘EXCEPT’ 84 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.h:89:18: note: in expansion of macro ‘EXCEPT’ 89 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.cpp:42:1: note: in expansion of macro ‘EXCEPT’ 42 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/NullStore.cpp:49:1: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( IOException ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.cpp:35:1: note: in expansion of macro ‘EXCEPT’ 35 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.cpp:60:1: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( MessageParseError ) | ^~~~~~ [ 56%] Building CXX object src/C++/CMakeFiles/quickfix.dir/PostgreSQLLog.cpp.o [ 58%] Building CXX object src/C++/CMakeFiles/quickfix.dir/PostgreSQLStore.cpp.o [ 60%] Building CXX object src/C++/CMakeFiles/quickfix.dir/pugixml.cpp.o [ 63%] Building CXX object src/C++/CMakeFiles/quickfix.dir/PUGIXML_DOMDocument.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DOMDocument.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/PUGIXML_DOMDocument.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/PUGIXML_DOMDocument.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/PUGIXML_DOMDocument.h:67:27: note: in expansion of macro ‘EXCEPT’ 67 | PUGIXML_DOMDocument() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/PUGIXML_DOMDocument.cpp:73:46: note: in expansion of macro ‘EXCEPT’ 73 | PUGIXML_DOMDocument::PUGIXML_DOMDocument() EXCEPT ( ConfigError ) | ^~~~~~ [ 65%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Session.cpp.o [ 67%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SessionFactory.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:59:49: note: in expansion of macro ‘EXCEPT’ 59 | const Dictionary& settings ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:67:88: note: in expansion of macro ‘EXCEPT’ 67 | const std::string& settingsKey) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:71:70: note: in expansion of macro ‘EXCEPT’ 71 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.h:75:67: note: in expansion of macro ‘EXCEPT’ 75 | DataDictionaryProvider& provider) EXCEPT (ConfigError); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.cpp:42:63: note: in expansion of macro ‘EXCEPT’ 42 | const Dictionary& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.cpp:210:102: note: in expansion of macro ‘EXCEPT’ 210 | const std::string& settingsKey) EXCEPT (ConfigError) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.cpp:244:84: note: in expansion of macro ‘EXCEPT’ 244 | DataDictionaryProvider& provider) EXCEPT (ConfigError) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionFactory.cpp:275:81: note: in expansion of macro ‘EXCEPT’ 275 | DataDictionaryProvider& provider) EXCEPT (ConfigError) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:664:1: note: in expansion of macro ‘EXCEPT’ 664 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:1445:1: note: in expansion of macro ‘EXCEPT’ 1445 | EXCEPT ( SessionNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:1456:1: note: in expansion of macro ‘EXCEPT’ 1456 | EXCEPT ( SessionNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:1469:1: note: in expansion of macro ‘EXCEPT’ 1469 | EXCEPT ( SessionNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.cpp:1479:1: note: in expansion of macro ‘EXCEPT’ 1479 | EXCEPT ( SessionNotFound ) | ^~~~~~ [ 69%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SessionSettings.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:31, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:34:1: note: in expansion of macro ‘EXCEPT’ 34 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:41:1: note: in expansion of macro ‘EXCEPT’ 41 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:51:1: note: in expansion of macro ‘EXCEPT’ 51 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:128:1: note: in expansion of macro ‘EXCEPT’ 128 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:138:1: note: in expansion of macro ‘EXCEPT’ 138 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:152:57: note: in expansion of macro ‘EXCEPT’ 152 | void SessionSettings::set( const Dictionary& defaults ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.cpp:170:1: note: in expansion of macro ‘EXCEPT’ 170 | EXCEPT ( ConfigError ) | ^~~~~~ [ 71%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Settings.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:31, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Settings.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Settings.cpp:27: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ [ 73%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketAcceptor.cpp.o [ 76%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketConnection.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.h:83:25: note: in expansion of macro ‘EXCEPT’ 83 | void readFromSocket() EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:41:44: note: in expansion of macro ‘EXCEPT’ 41 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:43:57: note: in expansion of macro ‘EXCEPT’ 43 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:54:46: note: in expansion of macro ‘EXCEPT’ 54 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:55:47: note: in expansion of macro ‘EXCEPT’ 55 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:55:39: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:57:52: note: in expansion of macro ‘EXCEPT’ 57 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:62:16: note: in expansion of macro ‘EXCEPT’ 62 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:64:16: note: in expansion of macro ‘EXCEPT’ 64 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:66:37: note: in expansion of macro ‘EXCEPT’ 66 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:107:21: note: in expansion of macro ‘EXCEPT’ 107 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:110:54: note: in expansion of macro ‘EXCEPT’ 110 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:112:55: note: in expansion of macro ‘EXCEPT’ 112 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:40:45: note: in expansion of macro ‘EXCEPT’ 40 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:42:58: note: in expansion of macro ‘EXCEPT’ 42 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:50:46: note: in expansion of macro ‘EXCEPT’ 50 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:51:47: note: in expansion of macro ‘EXCEPT’ 51 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.cpp:198:1: note: in expansion of macro ‘EXCEPT’ 198 | EXCEPT ( SocketRecvFailed ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.h:83:25: note: in expansion of macro ‘EXCEPT’ 83 | void readFromSocket() EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:41:44: note: in expansion of macro ‘EXCEPT’ 41 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:43:57: note: in expansion of macro ‘EXCEPT’ 43 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:54:46: note: in expansion of macro ‘EXCEPT’ 54 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.h:55:47: note: in expansion of macro ‘EXCEPT’ 55 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.cpp:36:67: note: in expansion of macro ‘EXCEPT’ 36 | const SessionSettings& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.cpp:43:58: note: in expansion of macro ‘EXCEPT’ 43 | LogFactory& logFactory ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.cpp:57:1: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketAcceptor.cpp:73:1: note: in expansion of macro ‘EXCEPT’ 73 | EXCEPT ( RuntimeError ) | ^~~~~~ [ 78%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketConnector.cpp.o [ 80%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketInitiator.cpp.o [ 82%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketMonitor.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ [ 84%] Building CXX object src/C++/CMakeFiles/quickfix.dir/SocketServer.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:30, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketServer.cpp:99:3: note: in expansion of macro ‘EXCEPT’ 99 | EXCEPT ( SocketException& ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ [ 86%] Building CXX object src/C++/CMakeFiles/quickfix.dir/stdafx.cpp.o [ 89%] Building CXX object src/C++/CMakeFiles/quickfix.dir/ThreadedSocketAcceptor.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ [ 91%] Building CXX object src/C++/CMakeFiles/quickfix.dir/ThreadedSocketConnection.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:55:39: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:57:52: note: in expansion of macro ‘EXCEPT’ 57 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:62:16: note: in expansion of macro ‘EXCEPT’ 62 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:64:16: note: in expansion of macro ‘EXCEPT’ 64 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:66:37: note: in expansion of macro ‘EXCEPT’ 66 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:107:21: note: in expansion of macro ‘EXCEPT’ 107 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:110:54: note: in expansion of macro ‘EXCEPT’ 110 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:112:55: note: in expansion of macro ‘EXCEPT’ 112 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketConnection.h:83:25: note: in expansion of macro ‘EXCEPT’ 83 | void readFromSocket() EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:40:45: note: in expansion of macro ‘EXCEPT’ 40 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:42:58: note: in expansion of macro ‘EXCEPT’ 42 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:50:46: note: in expansion of macro ‘EXCEPT’ 50 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.h:51:47: note: in expansion of macro ‘EXCEPT’ 51 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.cpp:35:1: note: in expansion of macro ‘EXCEPT’ 35 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.cpp:47:1: note: in expansion of macro ‘EXCEPT’ 47 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.cpp:68:1: note: in expansion of macro ‘EXCEPT’ 68 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SocketInitiator.cpp:83:1: note: in expansion of macro ‘EXCEPT’ 83 | EXCEPT ( RuntimeError ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Exceptions.h:27, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.h:63:40: note: in expansion of macro ‘EXCEPT’ 63 | bool readMessage( std::string& msg ) EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:41:52: note: in expansion of macro ‘EXCEPT’ 41 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:44:41: note: in expansion of macro ‘EXCEPT’ 44 | LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:78:47: note: in expansion of macro ‘EXCEPT’ 78 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.cpp:35:37: note: in expansion of macro ‘EXCEPT’ 35 | const SessionSettings& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.cpp:43:28: note: in expansion of macro ‘EXCEPT’ 43 | LogFactory& logFactory ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.cpp:55:1: note: in expansion of macro ‘EXCEPT’ 55 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.cpp:71:1: note: in expansion of macro ‘EXCEPT’ 71 | EXCEPT ( RuntimeError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.h:63:40: note: in expansion of macro ‘EXCEPT’ 63 | bool readMessage( std::string& msg ) EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ [ 93%] Building CXX object src/C++/CMakeFiles/quickfix.dir/ThreadedSocketInitiator.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:41:52: note: in expansion of macro ‘EXCEPT’ 41 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:44:41: note: in expansion of macro ‘EXCEPT’ 44 | LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketAcceptor.h:78:47: note: in expansion of macro ‘EXCEPT’ 78 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:55:39: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:57:52: note: in expansion of macro ‘EXCEPT’ 57 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:62:16: note: in expansion of macro ‘EXCEPT’ 62 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:64:16: note: in expansion of macro ‘EXCEPT’ 64 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:66:37: note: in expansion of macro ‘EXCEPT’ 66 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:107:21: note: in expansion of macro ‘EXCEPT’ 107 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:110:54: note: in expansion of macro ‘EXCEPT’ 110 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:112:55: note: in expansion of macro ‘EXCEPT’ 112 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:43:53: note: in expansion of macro ‘EXCEPT’ 43 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:46:42: note: in expansion of macro ‘EXCEPT’ 46 | LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:55:46: note: in expansion of macro ‘EXCEPT’ 55 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:56:47: note: in expansion of macro ‘EXCEPT’ 56 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.cpp:146:1: note: in expansion of macro ‘EXCEPT’ 146 | EXCEPT ( SocketRecvFailed ) | ^~~~~~ In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:25, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.cpp:26: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ [ 95%] Building CXX object src/C++/CMakeFiles/quickfix.dir/TimeRange.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ [ 97%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Utility.cpp.o /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:172:43: note: in expansion of macro ‘EXCEPT’ 172 | bool set( int s, const std::string& m ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:175:3: note: in expansion of macro ‘EXCEPT’ 175 | EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:177:38: note: in expansion of macro ‘EXCEPT’ 177 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:179:38: note: in expansion of macro ‘EXCEPT’ 179 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:181:40: note: in expansion of macro ‘EXCEPT’ 181 | void setNextSenderMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:183:40: note: in expansion of macro ‘EXCEPT’ 183 | void setNextTargetMsgSeqNum( int n ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:185:34: note: in expansion of macro ‘EXCEPT’ 185 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:187:34: note: in expansion of macro ‘EXCEPT’ 187 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:189:40: note: in expansion of macro ‘EXCEPT’ 189 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:191:16: note: in expansion of macro ‘EXCEPT’ 191 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/SessionState.h:193:18: note: in expansion of macro ‘EXCEPT’ 193 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:68:18: note: in expansion of macro ‘EXCEPT’ 68 | void refresh() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:70:42: note: in expansion of macro ‘EXCEPT’ 70 | void setNextSenderMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:72:42: note: in expansion of macro ‘EXCEPT’ 72 | void setNextTargetMsgSeqNum( int num ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:84:3: note: in expansion of macro ‘EXCEPT’ 84 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:86:3: note: in expansion of macro ‘EXCEPT’ 86 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:91:3: note: in expansion of macro ‘EXCEPT’ 91 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( SessionNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Session.h:240:54: note: in expansion of macro ‘EXCEPT’ 240 | void persist( const Message&, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:55:39: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:57:52: note: in expansion of macro ‘EXCEPT’ 57 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:62:16: note: in expansion of macro ‘EXCEPT’ 62 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:64:16: note: in expansion of macro ‘EXCEPT’ 64 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:66:37: note: in expansion of macro ‘EXCEPT’ 66 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:107:21: note: in expansion of macro ‘EXCEPT’ 107 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:110:54: note: in expansion of macro ‘EXCEPT’ 110 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Initiator.h:112:55: note: in expansion of macro ‘EXCEPT’ 112 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketConnection.h:63:40: note: in expansion of macro ‘EXCEPT’ 63 | bool readMessage( std::string& msg ) EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:43:53: note: in expansion of macro ‘EXCEPT’ 43 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:46:42: note: in expansion of macro ‘EXCEPT’ 46 | LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:55:46: note: in expansion of macro ‘EXCEPT’ 55 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.h:56:47: note: in expansion of macro ‘EXCEPT’ 56 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.cpp:35:37: note: in expansion of macro ‘EXCEPT’ 35 | const SessionSettings& settings ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.cpp:47:28: note: in expansion of macro ‘EXCEPT’ 47 | LogFactory& logFactory ) EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.cpp:61:1: note: in expansion of macro ‘EXCEPT’ 61 | EXCEPT ( ConfigError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/source_subfolder/src/C++/ThreadedSocketInitiator.cpp:76:1: note: in expansion of macro ‘EXCEPT’ 76 | EXCEPT ( RuntimeError ) | ^~~~~~ [100%] Linking CXX shared library ../../lib/libquickfix.so [100%] Built target quickfix quickfix/1.15.1: Package 'cbf3700a07e77fc094c00feba083e4a770f80834' built quickfix/1.15.1: Build folder /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834 quickfix/1.15.1: Generated conaninfo.txt quickfix/1.15.1: Generated conanbuildinfo.txt quickfix/1.15.1: Generating the package quickfix/1.15.1: Package folder /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834 quickfix/1.15.1: Calling package() ----Running------ > cmake --build '/tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/build/cbf3700a07e77fc094c00feba083e4a770f80834/build_subfolder' '--target' 'install' '--' '-j3' ----------------- Scanning dependencies of target QUICKFIX_HEADERS_LINK [ 0%] Built target QUICKFIX_HEADERS_LINK [100%] Built target quickfix Install the project... -- Install configuration: "Release" -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/lib/libquickfix.so.16.0.1 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/lib/libquickfix.so.16 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/lib/libquickfix.so -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/dirent_windows.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FlexLexer.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NewOrderMultileg.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AssignmentReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ConfirmationRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/DerivativeSecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SettlementObligationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradeCaptureReportRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/PositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralInquiryAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/RFQRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NetworkCounterpartySystemStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/UserNotification.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ContraryIntentionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderMassActionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/DerivativeSecurityListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityDefinitionUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradeCaptureReportRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/PositionMaintenanceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AllocationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradingSessionListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AllocationReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityTypeRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteStatusReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralInquiry.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/RequestForPositions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CrossOrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MassQuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradingSessionList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/UserRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/RegistrationInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ApplicationMessageReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/RegistrationInstructionsResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradingSessionListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AllocationInstruction.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MultilegOrderCancelReplace.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ConfirmationAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ExecutionAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderMassCancelReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradeCaptureReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CrossOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/DerivativeSecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/QuoteResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/Confirmation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderMassActionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AdjustedPositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ApplicationMessageRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NewOrderCross.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/UserResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SettlementInstructionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderMassCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDefinitionUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/CollateralAssignment.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ApplicationMessageRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/SecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderMassStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/TradeCaptureReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/PositionMaintenanceReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/AllocationInstructionAlert.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/RequestForPositionsAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/NetworkCounterpartySystemStatusResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp1/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FixValues.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/AtomicCount.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SSLSocketAcceptor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSocketInitiator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Allocator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Exceptions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/OdbcLog.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/index.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketConnector.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Initiator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Mutex.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageSorters.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Group.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/PUGIXML_DOMDocument.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/stdint_msvc.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/HttpParser.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/wx -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/wx/sharedptr.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Event.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSSLSocketInitiator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NewOrderMultileg.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/AssignmentReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/XMLnonFIX.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ConfirmationRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/DerivativeSecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradeCaptureReportRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/PositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralInquiryAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/RFQRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NetworkCounterpartySystemStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradeCaptureReportRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/PositionMaintenanceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/AllocationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/AllocationReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityTypeRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteStatusReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralInquiry.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/RequestForPositions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CrossOrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MassQuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/UserRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/RegistrationInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/RegistrationInstructionsResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/AllocationInstruction.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MultilegOrderCancelReplace.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ConfirmationAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderMassCancelReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradeCaptureReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CrossOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/DerivativeSecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/QuoteResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Confirmation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NewOrderCross.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/UserResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SettlementInstructionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderMassCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/CollateralAssignment.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/SecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderMassStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/TradeCaptureReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/PositionMaintenanceReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/RequestForPositionsAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/NetworkCounterpartySystemStatusResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix44/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/TimeRange.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/HtmlBuilder.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionFactory.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Utility.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/OdbcStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NewOrderMultileg.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AssignmentReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ConfirmationRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/DerivativeSecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SettlementObligationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradeCaptureReportRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/PositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralInquiryAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/RFQRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NetworkCounterpartySystemStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/UserNotification.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ContraryIntentionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/StreamAssignmentReportACK.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderMassActionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/DerivativeSecurityListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityDefinitionUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradeCaptureReportRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/PositionMaintenanceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AllocationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradingSessionListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AllocationReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityTypeRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteStatusReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralInquiry.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/RequestForPositions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CrossOrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MassQuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradingSessionList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/UserRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/RegistrationInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ApplicationMessageReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/RegistrationInstructionsResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradingSessionListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AllocationInstruction.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MultilegOrderCancelReplace.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ConfirmationAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ExecutionAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderMassCancelReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradeCaptureReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CrossOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/DerivativeSecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/QuoteResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/Confirmation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderMassActionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AdjustedPositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ApplicationMessageRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NewOrderCross.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/UserResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SettlementInstructionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/StreamAssignmentReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderMassCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDefinitionUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/CollateralAssignment.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ApplicationMessageRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/SecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderMassStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/TradeCaptureReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/PositionMaintenanceReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/StreamAssignmentRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/AllocationInstructionAlert.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/RequestForPositionsAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/NetworkCounterpartySystemStatusResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50sp2/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Responder.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DOMDocument.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fixt11/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/strptime.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SharedArray.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionState.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionID.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSSLSocketConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SSLSocketConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MySQLConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileLog.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/HttpConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Session.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/PostgreSQLStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DatabaseConnectionPool.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldNumbers.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSSLSocketAcceptor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MySQLLog.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionaryProvider.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/Allocation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix41/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/Allocation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix40/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketMonitor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketAcceptor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Log.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/NewOrderMultileg.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/XMLnonFIX.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/DerivativeSecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/RFQRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/TradeCaptureReportRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/QuoteRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityTypeRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/QuoteStatusReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/CrossOrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MassQuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/RegistrationInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/RegistrationInstructionsResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderMassCancelReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/CrossOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/DerivativeSecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/AllocationAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/NewOrderCross.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderMassCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MultilegOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/SecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderMassStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/Allocation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/TradeCaptureReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix43/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MySQLStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NewOrderMultileg.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AssignmentReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ConfirmationRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/DerivativeSecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradeCaptureReportRequestAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/PositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralInquiryAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/RFQRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NetworkCounterpartySystemStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ContraryIntentionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityListUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityDefinitionUpdateReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradeCaptureReportRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/PositionMaintenanceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AllocationReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AllocationReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityTypeRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteStatusReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralInquiry.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/RequestForPositions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CrossOrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MassQuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradingSessionList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityTypes.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/UserRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/RegistrationInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/RegistrationInstructionsResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradingSessionListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AllocationInstruction.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MultilegOrderCancelReplace.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ConfirmationAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ExecutionAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderMassCancelReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradeCaptureReportAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CrossOrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/DerivativeSecurityList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/QuoteResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/Confirmation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AdjustedPositionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NewOrderCross.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/UserResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SettlementInstructionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderMassCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/CollateralAssignment.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/SecurityListRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderMassStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/TradeCaptureReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/PositionMaintenanceReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/AllocationInstructionAlert.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/RequestForPositionsAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/NetworkCounterpartySystemStatusResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix50/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Parser.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSocketConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/HttpMessage.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/HttpServer.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/PostgreSQLConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Fields.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/UtilitySSL.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Queue.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/OdbcConnection.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/stdafx.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SSLSocketInitiator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DatabaseConnectionID.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/PostgreSQLLog.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/NullStore.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketInitiator.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Settings.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketServer.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FixFieldNumbers.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42 -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/OrderCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/BusinessMessageReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SequenceReset.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/QuoteStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ListExecute.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/TradingSessionStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Reject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/AllocationInstructionAck.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/QuoteAcknowledgement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ExecutionReport.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ListStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Heartbeat.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MessageCracker.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Quote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/OrderCancelReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/NewOrderSingle.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SecurityStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/QuoteRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SecurityStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/TestRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/IOI.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/NewOrderList.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/OrderStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SecurityDefinitionRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Advertisement.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ResendRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MarketDataIncrementalRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/TradingSessionStatus.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ListStrikePrice.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/QuoteCancel.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Email.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ListCancelRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SecurityDefinition.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MarketDataSnapshotFullRefresh.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/SettlementInstructions.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Logout.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/BidResponse.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Message.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Logon.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/BidRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/News.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/Allocation.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MarketDataRequestReject.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/ListStatusRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/OrderCancelReplaceRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MarketDataRequest.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/DontKnowTrade.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/fix42/MassQuote.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/ThreadedSocketAcceptor.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Values.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FixFields.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/config-all.h -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX43.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX44.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX50.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIXT11.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX50SP1.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX40.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX41.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX42.xml -- Installing: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/share/quickfix/FIX50SP2.xml [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK quickfix/1.15.1 package(): Packaged 1 '.so' file: libquickfix.so quickfix/1.15.1 package(): Packaged 1 '.1' file: libquickfix.so.16.0.1 quickfix/1.15.1 package(): Packaged 1 '.16' file: libquickfix.so.16 quickfix/1.15.1 package(): Packaged 680 '.h' files quickfix/1.15.1 package(): Packaged 1 file: LICENSE quickfix/1.15.1: Package 'cbf3700a07e77fc094c00feba083e4a770f80834' created quickfix/1.15.1: Created package revision c005293acbd5b5133ddd01adc32d3831 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK quickfix/1.15.1 (test package): Generator txt created conanbuildinfo.txt quickfix/1.15.1 (test package): Generator cmake created conanbuildinfo.cmake quickfix/1.15.1 (test package): Generated conaninfo.txt quickfix/1.15.1 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/build/fc265f610c085a40a2e9f31ec0a9bbaae25f9318/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK quickfix/1.15.1 (test package): Calling build() ----Running------ > cd '/tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/build/fc265f610c085a40a2e9f31ec0a9bbaae25f9318' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package' ----------------- -- The CXX compiler identification is GNU 9.2.1 -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/build/fc265f610c085a40a2e9f31ec0a9bbaae25f9318 ----Running------ > cmake --build '/tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/build/fc265f610c085a40a2e9f31ec0a9bbaae25f9318' '--' '-j3' ----------------- Scanning dependencies of target executor [ 50%] Building CXX object CMakeFiles/executor.dir/executor.cpp.o In file included from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Utility.h:33, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldTypes.h:35, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:32, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:29, from /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:29, from /tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/executor.cpp:3: /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:201:3: note: in expansion of macro ‘EXCEPT’ 201 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:232:3: note: in expansion of macro ‘EXCEPT’ 232 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:361:3: note: in expansion of macro ‘EXCEPT’ 361 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:388:3: note: in expansion of macro ‘EXCEPT’ 388 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:421:3: note: in expansion of macro ‘EXCEPT’ 421 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:436:3: note: in expansion of macro ‘EXCEPT’ 436 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:468:3: note: in expansion of macro ‘EXCEPT’ 468 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:550:3: note: in expansion of macro ‘EXCEPT’ 550 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:575:3: note: in expansion of macro ‘EXCEPT’ 575 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:636:3: note: in expansion of macro ‘EXCEPT’ 636 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldConvertors.h:651:3: note: in expansion of macro ‘EXCEPT’ 651 | EXCEPT ( FieldConvertError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:373:25: note: in expansion of macro ‘EXCEPT’ 373 | char getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:393:27: note: in expansion of macro ‘EXCEPT’ 393 | double getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:413:24: note: in expansion of macro ‘EXCEPT’ 413 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:433:25: note: in expansion of macro ‘EXCEPT’ 433 | bool getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:453:33: note: in expansion of macro ‘EXCEPT’ 453 | UtcTimeStamp getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:480:28: note: in expansion of macro ‘EXCEPT’ 480 | UtcDate getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:507:32: note: in expansion of macro ‘EXCEPT’ 507 | UtcTimeOnly getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Field.h:534:24: note: in expansion of macro ‘EXCEPT’ 534 | int getValue() const EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:117:3: note: in expansion of macro ‘EXCEPT’ 117 | EXCEPT ( RepeatedTag ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:139:3: note: in expansion of macro ‘EXCEPT’ 139 | EXCEPT ( RepeatedTag, NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:157:9: note: in expansion of macro ‘EXCEPT’ 157 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:165:9: note: in expansion of macro ‘EXCEPT’ 165 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:172:9: note: in expansion of macro ‘EXCEPT’ 172 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:182:9: note: in expansion of macro ‘EXCEPT’ 182 | const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:208:3: note: in expansion of macro ‘EXCEPT’ 208 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:215:3: note: in expansion of macro ‘EXCEPT’ 215 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FieldMap.h:226:3: note: in expansion of macro ‘EXCEPT’ 226 | EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Group.h:61:55: note: in expansion of macro ‘EXCEPT’ 61 | Group& getGroup( unsigned num, Group& group ) const EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:115:76: note: in expansion of macro ‘EXCEPT’ 115 | DataDictionary(std::istream& stream , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:116:78: note: in expansion of macro ‘EXCEPT’ 116 | DataDictionary(const std::string& url , bool preserveMsgFldsOrder = false) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:119:46: note: in expansion of macro ‘EXCEPT’ 119 | void readFromURL( const std::string& url ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:120:55: note: in expansion of macro ‘EXCEPT’ 120 | void readFromDocument( const DOMDocumentPtr &pDoc ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:121:47: note: in expansion of macro ‘EXCEPT’ 121 | void readFromStream( std::istream& stream ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:124:55: note: in expansion of macro ‘EXCEPT’ 124 | message_order const& getHeaderOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:125:56: note: in expansion of macro ‘EXCEPT’ 125 | message_order const& getTrailerOrderedFields() const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:126:83: note: in expansion of macro ‘EXCEPT’ 126 | message_order const& getMessageOrderedFields(const std::string & msgType) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:374:62: note: in expansion of macro ‘EXCEPT’ 374 | const DataDictionary* const pAppID ) EXCEPT ( FIX::Exception ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:376:49: note: in expansion of macro ‘EXCEPT’ 376 | void validate( const Message& message ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:378:64: note: in expansion of macro ‘EXCEPT’ 378 | void validate( const Message& message, bool bodyOnly ) const EXCEPT ( FIX::Exception ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:407:3: note: in expansion of macro ‘EXCEPT’ 407 | EXCEPT ( InvalidTagNumber ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:414:3: note: in expansion of macro ‘EXCEPT’ 414 | EXCEPT ( IncorrectDataFormat ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:490:3: note: in expansion of macro ‘EXCEPT’ 490 | EXCEPT ( IncorrectTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:501:3: note: in expansion of macro ‘EXCEPT’ 501 | EXCEPT ( NoTagValue ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:510:3: note: in expansion of macro ‘EXCEPT’ 510 | EXCEPT ( TagNotDefinedForMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:519:3: note: in expansion of macro ‘EXCEPT’ 519 | EXCEPT ( RepeatingGroupCountMismatch ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionary.h:534:3: note: in expansion of macro ‘EXCEPT’ 534 | EXCEPT ( RequiredTagMissing ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:58:60: note: in expansion of macro ‘EXCEPT’ 58 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:93:60: note: in expansion of macro ‘EXCEPT’ 93 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:132:3: note: in expansion of macro ‘EXCEPT’ 132 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:137:3: note: in expansion of macro ‘EXCEPT’ 137 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:142:3: note: in expansion of macro ‘EXCEPT’ 142 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:147:3: note: in expansion of macro ‘EXCEPT’ 147 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:152:3: note: in expansion of macro ‘EXCEPT’ 152 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:167:60: note: in expansion of macro ‘EXCEPT’ 167 | Group& getGroup( unsigned num, FIX::Group& group ) const EXCEPT ( FieldNotFound ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:216:3: note: in expansion of macro ‘EXCEPT’ 216 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:219:3: note: in expansion of macro ‘EXCEPT’ 219 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:224:3: note: in expansion of macro ‘EXCEPT’ 224 | EXCEPT ( InvalidMessage ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:231:3: note: in expansion of macro ‘EXCEPT’ 231 | EXCEPT ( InvalidMessage ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:364:3: note: in expansion of macro ‘EXCEPT’ 364 | EXCEPT ( FieldNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Message.h:418:1: note: in expansion of macro ‘EXCEPT’ 418 | EXCEPT ( MessageParseError ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:72:3: note: in expansion of macro ‘EXCEPT’ 72 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:74:3: note: in expansion of macro ‘EXCEPT’ 74 | EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:76:46: note: in expansion of macro ‘EXCEPT’ 76 | virtual int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:77:46: note: in expansion of macro ‘EXCEPT’ 77 | virtual int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:78:46: note: in expansion of macro ‘EXCEPT’ 78 | virtual void setNextSenderMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:79:46: note: in expansion of macro ‘EXCEPT’ 79 | virtual void setNextTargetMsgSeqNum( int ) EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:80:42: note: in expansion of macro ‘EXCEPT’ 80 | virtual void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:81:42: note: in expansion of macro ‘EXCEPT’ 81 | virtual void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:83:48: note: in expansion of macro ‘EXCEPT’ 83 | virtual UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:85:24: note: in expansion of macro ‘EXCEPT’ 85 | virtual void reset() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:86:26: note: in expansion of macro ‘EXCEPT’ 86 | virtual void refresh() EXCEPT ( IOException ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:101:39: note: in expansion of macro ‘EXCEPT’ 101 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:102:61: note: in expansion of macro ‘EXCEPT’ 102 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:104:38: note: in expansion of macro ‘EXCEPT’ 104 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:106:38: note: in expansion of macro ‘EXCEPT’ 106 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:108:44: note: in expansion of macro ‘EXCEPT’ 108 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:110:44: note: in expansion of macro ‘EXCEPT’ 110 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:112:34: note: in expansion of macro ‘EXCEPT’ 112 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:114:34: note: in expansion of macro ‘EXCEPT’ 114 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:117:60: note: in expansion of macro ‘EXCEPT’ 117 | void setCreationTime( const UtcTimeStamp& creationTime ) EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:119:40: note: in expansion of macro ‘EXCEPT’ 119 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:122:16: note: in expansion of macro ‘EXCEPT’ 122 | void reset() EXCEPT ( IOException ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/MessageStore.h:127:18: note: in expansion of macro ‘EXCEPT’ 127 | void refresh() EXCEPT ( IOException ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h:54:3: note: in expansion of macro ‘EXCEPT’ 54 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Dictionary.h:66:3: note: in expansion of macro ‘EXCEPT’ 66 | EXCEPT ( ConfigError, FieldConvertError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:224:72: note: in expansion of macro ‘EXCEPT’ 224 | SessionSettings( std::istream& stream, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:225:75: note: in expansion of macro ‘EXCEPT’ 225 | SessionSettings( const std::string& file, bool resolveEnvVars = false ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:231:51: note: in expansion of macro ‘EXCEPT’ 231 | const Dictionary& get( const SessionID& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:233:44: note: in expansion of macro ‘EXCEPT’ 233 | void set( const SessionID&, Dictionary ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:238:42: note: in expansion of macro ‘EXCEPT’ 238 | void set( const Dictionary& defaults ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:247:44: note: in expansion of macro ‘EXCEPT’ 247 | void validate( const Dictionary& ) const EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:253:70: note: in expansion of macro ‘EXCEPT’ 253 | friend std::istream& operator>>( std::istream&, SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SessionSettings.h:259:1: note: in expansion of macro ‘EXCEPT’ 259 | EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:87:39: note: in expansion of macro ‘EXCEPT’ 87 | bool set( int, const std::string& ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:88:61: note: in expansion of macro ‘EXCEPT’ 88 | void get( int, int, std::vector < std::string > & ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:90:38: note: in expansion of macro ‘EXCEPT’ 90 | int getNextSenderMsgSeqNum() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:91:38: note: in expansion of macro ‘EXCEPT’ 91 | int getNextTargetMsgSeqNum() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:92:44: note: in expansion of macro ‘EXCEPT’ 92 | void setNextSenderMsgSeqNum( int value ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:93:44: note: in expansion of macro ‘EXCEPT’ 93 | void setNextTargetMsgSeqNum( int value ) EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:94:34: note: in expansion of macro ‘EXCEPT’ 94 | void incrNextSenderMsgSeqNum() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:95:34: note: in expansion of macro ‘EXCEPT’ 95 | void incrNextTargetMsgSeqNum() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:97:40: note: in expansion of macro ‘EXCEPT’ 97 | UtcTimeStamp getCreationTime() const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:99:16: note: in expansion of macro ‘EXCEPT’ 99 | void reset() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:100:18: note: in expansion of macro ‘EXCEPT’ 100 | void refresh() EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/FileStore.h:116:39: note: in expansion of macro ‘EXCEPT’ 116 | bool get( int, std::string& ) const EXCEPT ( IOException ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:57:3: note: in expansion of macro ‘EXCEPT’ 57 | EXCEPT ( DoNotSend ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:60:3: note: in expansion of macro ‘EXCEPT’ 60 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:63:3: note: in expansion of macro ‘EXCEPT’ 63 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) = 0; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:90:3: note: in expansion of macro ‘EXCEPT’ 90 | EXCEPT ( DoNotSend ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:93:3: note: in expansion of macro ‘EXCEPT’ 93 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:96:3: note: in expansion of macro ‘EXCEPT’ 96 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:118:3: note: in expansion of macro ‘EXCEPT’ 118 | EXCEPT ( DoNotSend ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:120:3: note: in expansion of macro ‘EXCEPT’ 120 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Application.h:122:3: note: in expansion of macro ‘EXCEPT’ 122 | EXCEPT ( FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType ) {} | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:53:38: note: in expansion of macro ‘EXCEPT’ 53 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:55:51: note: in expansion of macro ‘EXCEPT’ 55 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:66:16: note: in expansion of macro ‘EXCEPT’ 66 | void start() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:68:16: note: in expansion of macro ‘EXCEPT’ 68 | void block() EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:70:37: note: in expansion of macro ‘EXCEPT’ 70 | bool poll( double timeout = 0.0 ) EXCEPT ( ConfigError, RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:94:21: note: in expansion of macro ‘EXCEPT’ 94 | void initialize() EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:97:54: note: in expansion of macro ‘EXCEPT’ 97 | virtual void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Acceptor.h:99:55: note: in expansion of macro ‘EXCEPT’ 99 | virtual void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketServer.h:64:54: note: in expansion of macro ‘EXCEPT’ 64 | int sendBufSize = 0, int rcvBufSize = 0 ) EXCEPT ( SocketException& ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Parser.h:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Parser.h:46:3: note: in expansion of macro ‘EXCEPT’ 46 | EXCEPT ( MessageParseError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketConnection.h:83:25: note: in expansion of macro ‘EXCEPT’ 83 | void readFromSocket() EXCEPT ( SocketRecvFailed ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketAcceptor.h:41:44: note: in expansion of macro ‘EXCEPT’ 41 | const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketAcceptor.h:43:57: note: in expansion of macro ‘EXCEPT’ 43 | const SessionSettings&, LogFactory& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketAcceptor.h:54:46: note: in expansion of macro ‘EXCEPT’ 54 | void onConfigure( const SessionSettings& ) EXCEPT ( ConfigError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/SocketAcceptor.h:55:47: note: in expansion of macro ‘EXCEPT’ 55 | void onInitialize( const SessionSettings& ) EXCEPT ( RuntimeError ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionaryProvider.h:49:3: note: in expansion of macro ‘EXCEPT’ 49 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/DataDictionaryProvider.h:52:3: note: in expansion of macro ‘EXCEPT’ 52 | EXCEPT ( DataDictionaryNotFound ); | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/executor.cpp:42:3: note: in expansion of macro ‘EXCEPT’ 42 | EXCEPT( FIX::DoNotSend ) {}; | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/executor.cpp:44:3: note: in expansion of macro ‘EXCEPT’ 44 | EXCEPT( FIX::FieldNotFound, FIX::IncorrectDataFormat, FIX::IncorrectTagValue, FIX::RejectLogon ) | ^~~~~~ /tmp/c3ipr/pr_1987_4_0_16/.conan/data/quickfix/1.15.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/quickfix/Except.h:30:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | #define EXCEPT(...) throw(__VA_ARGS__) | ^~~~~ /tmp/c3ipr/co_pr_1987_4_0_16/recipes/quickfix/all/test_package/executor.cpp:47:3: note: in expansion of macro ‘EXCEPT’ 47 | EXCEPT( FIX::FieldNotFound, FIX::IncorrectDataFormat, FIX::IncorrectTagValue, FIX::UnsupportedMessageType ) | ^~~~~~ [100%] Linking CXX executable bin/executor [100%] Built target executor quickfix/1.15.1 (test package): Running test() ----Running------ > bin/executor ----------------- JSON file created at '/tmp/c3ipr/co_pr_1987_4_0_16/_create.json'