mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Added 'Force C++03' macro
This commit is contained in:
parent
30f0f58178
commit
27f5204032
@ -295,7 +295,7 @@ namespace etl
|
||||
destination.receive(message);
|
||||
}
|
||||
|
||||
#if ETL_CPP17_SUPPORTED
|
||||
#if ETL_CPP17_SUPPORTED && !defined(ETL_MESSAGE_ROUTER_FORCE_CPP03)
|
||||
//***************************************************************************
|
||||
// The definition for all message types.
|
||||
//***************************************************************************
|
||||
|
||||
@ -96,6 +96,7 @@ SOFTWARE.
|
||||
#define ETL_MEM_CAST_FORCE_CPP03
|
||||
#define ETL_MESSAGE_PACKET_FORCE_CPP03
|
||||
#define ETL_OBSERVER_FORCE_CPP03
|
||||
#define ETL_MESSAGE_ROUTER_FORCE_CPP03
|
||||
#endif
|
||||
|
||||
#if defined(ETL_FORCE_TEST_CPP11)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user