src/XBox.cpp:26:22: error: ‘chrono_literals’ is not a namespace-name
Open
- Dominant language
- C
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Dear Kevin,
I'm working on merging your latest version of YAIV to mine, and fixing compilation errors for some other platform - Embedded Linux Kernel 4.4.179 - with 6.3.0, and occurs some unsupported issue on XBox.cpp with chrono_literals.
Looks `std::chrono_literals` is supported since c++14, and most modern compilers may should support this features, but some compilers are still not.
Is there some reason to used chron_literals to used durations or calculating elapse time period ?
Please let me know to support old compilers :).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.