cpp-terminal
cpp-terminal copied to clipboard
Add testing of multiple compilers
We should extend our unit testing to cover more compliers. We should at least test:
gcc (linux)
clang (linux)
apple-clang (macos)
MSVC (Windows)
clang-cl (Windows)
MinGW (windows)