kidoman / rays

Ray tracing based language benchmarks
https://kidoman.com/programming/go-getter.html
95 stars 23 forks source link

Add C++11 flavor #7

Closed t-mat closed 11 years ago

t-mat commented 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.

kidoman commented 11 years ago

I am looking to merge #5, #6 and #7. Just want to make sure the mechanism of running the tests stay the same