Portable-Cpp-Guideline icon indicating copy to clipboard operation
Portable-Cpp-Guideline copied to clipboard

Results 1 Portable-Cpp-Guideline issues
Sort by recently updated
recently updated
newest added

For example, memory allocation can throw exceptions, but during constant evaluation throwing is just a compile time error. Does constraining the code to compile time evaluation relax some of these...