Visual studio 2012 portability...
#3
std::chrono is used because it has cross platform support. Previously we had to maintain our own abstraction layer to handle the different time APIs on windows and POSIX. With std::chrono we just let the standard ibrary handle it.

Also visual studio is particularly bad at template error messages. Clang is much better at templates generally.
Reply
Thanks given by:


Messages In This Thread
Visual studio 2012 portability... - by Tarmik - 02-07-2015, 07:39 AM
RE: Visual studio 2012 portability... - by worktycho - 02-07-2015, 09:14 AM
RE: Visual studio 2012 portability... - by Tarmik - 02-07-2015, 05:12 PM
RE: Visual studio 2012 portability... - by xoft - 02-07-2015, 06:06 PM
RE: Visual studio 2012 portability... - by Tarmik - 02-08-2015, 09:43 AM
RE: Visual studio 2012 portability... - by Tarmik - 02-09-2015, 08:19 AM



Users browsing this thread: 1 Guest(s)