-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
There's an error with MSVC when compiling without the /experimental:module flag.
Will not compile due to the following code being unstupported by MSVC:
constexpr std::array steps = { "The Plan",
"Getting Started",
"Finding Errors As Soon As Possible",
"Handling Command Line Parameters",
"C++ 20 So Far",
"Reading SFML Input States",
"Managing Game State",
"Making Our Game Testable",
"Making Game State Allocator Aware",
"Add Logging To Game Engine",
"Draw A Game Map",
"Dialog Trees",
"Porting From SFML To SDL" };
Metadata
Metadata
Assignees
Labels
No labels