mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Utilities: Globally enable C++14 chrono literals
* Usable like 12s, 15m...
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