TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Currently we use a hack in Photon-v2 and its third-party repo: #78

Open TzuChieh opened 1 year ago

TzuChieh commented 1 year ago

Currently we use a hack in Photon-v2 and its third-party repo:

set(CMAKE_CXX_STANDARD          23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

As of VS 16.11, for the flag /std:c++latest

See: https://github.com/microsoft/STL/issues/1814