|
|
|
|
|
by CuriousCosmic
709 days ago
|
|
Tbh this is why you need to set the C++ std version when you compile. Don't just assume the default for the compiler but hard lock it at a specific version so you can know which compilers you can support and compilers can warn you if you use new features. |
|