Closed t-mat closed 11 years ago
note : using is standard C++11 keyword. But MSVC (2012/2013) could not compile this :cry:. Please use typedef if you care about these compilers.
using
typedef
I am looking to merge #5, #6 and #7. Just want to make sure the mechanism of running the tests stay the same
note :
using
is standard C++11 keyword. But MSVC (2012/2013) could not compile this :cry:. Please usetypedef
if you care about these compilers.