Core/Utilities: Globally enable C++14 chrono literals

* Usable like 12s, 15m...

(cherry picked from commit 364fde5213)
This commit is contained in:
Naios
2017-12-08 04:01:58 +01:00
parent a8813fc6fe
commit f07eefadf9

View File

@@ -33,7 +33,6 @@ typedef std::chrono::minutes Minutes;
typedef std::chrono::hours Hours;
/// Makes std::chrono_literals globally available.
// ToDo: Enable this when TC supports C++14.
// using namespace std::chrono_literals;
using namespace std::chrono_literals;
#endif // _DURATION_H_