0

I am struggling with this problem to compare to point of times in c++ whether with "chrono" or "Ctime".

I would appreciate if any one could help me with this issue.

Mayuri
  • 402
  • 6
  • 13

1 Answers1

0

std::chrono::time_point is comparable in C++11

Basile Starynkevitch
  • 223,805
  • 18
  • 296
  • 547