mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Use builtin exchange if compiling for <C++14. (#186)
This commit is contained in:
parent
da20977d64
commit
e8d10f4b05
@ -163,7 +163,7 @@ namespace etl
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(ETL_NO_STL)
|
||||
#if defined(ETL_NO_STL) || !ETL_CPP14_SUPPORTED
|
||||
//***************************************************************************
|
||||
/// exchange (const)
|
||||
//***************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user