I have a little problem with my std::chrono.
Depending of G++ version some key words change (monotonic_clock/steady_clock).
I would like to do something like this: (pseudo-code)
If G++-version < 4.6
Use this code
Else
Use this one
I couldn't find any information on Google, maybe I don't have the good keywords.