OnixS C++ FIX Engine  4.13.0
API Documentation
CompilerDetection.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define ONIXS_FIXENGINE_COMPILER_IS_GNU
4 #define ONIXS_FIXENGINE_CXX11
5 #define ONIXS_FIXENGINE_CXX14
6 #define ONIXS_FIXENGINE_CXX17
7 #define ONIXS_FIXENGINE_CXX20
8 #define ONIXS_FIXENGINE_CXX23