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

* Usable like 12s, 15m...

(cherry picked from commit 364fde52138c88a85f7ba5f1ea374b4196a893d4)
This commit is contained in:
Naios
2017-12-20 04:04:28 +01:00
parent a8813fc6fe
commit f07eefadf9
+1 -2
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_