Core/Utilities: Globally enable C++14 chrono literals
* Usable like 12s, 15m... (cherry picked from commit 364fde52138c88a85f7ba5f1ea374b4196a893d4)
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user