Use builtin exchange if compiling for <C++14. (#186)

This commit is contained in:
Marco Nilsson 2020-01-14 12:03:37 +01:00 committed by John Wellbelove
parent da20977d64
commit e8d10f4b05

View File

@ -163,7 +163,7 @@ namespace etl
}
#endif
#if defined(ETL_NO_STL)
#if defined(ETL_NO_STL) || !ETL_CPP14_SUPPORTED
//***************************************************************************
/// exchange (const)
//***************************************************************************