ssell / OcularEngine

Ocular Rendering Engine
http://www.ocularengine.com
Apache License 2.0
7 stars 6 forks source link

Rewrite Timer and Clock to use C++11 #114

Closed ssell closed 8 years ago

ssell commented 8 years ago

Turns out that C++11 has new time functionality and it's own chrono. Replace boost::chrono with these features.

http://www.stroustrup.com/C++11FAQ.html#std-duration

ssell commented 8 years ago

... this was already done at some point. So, nothing to do!