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

* Usable like 12s, 15m...
This commit is contained in:
Naios
2017-12-08 04:01:58 +01:00
parent ca023fd60a
commit 364fde5213

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_