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 :).
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_literalsis 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 :).