Open TzuChieh opened 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
Currently we use a hack in Photon-v2 and its third-party repo:
As of VS 16.11, for the flag /std:c++latest
See: https://github.com/microsoft/STL/issues/1814