Windows Compilation Error: constexpr-qualification of std::strings in the AnsiColorCode table. #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basically, MSVC explodes when you do things like this, and even GCC complains, so this will be refactored. Am also interested in separating the libraries, and doing some refactoring, so that Color4, Color3, and Colors are all that are contained in mcolor, and mconctrl could be a new library implementing console-manipulation via AnsiEscapeCodes and the like.