Talk:Twin primes whose sum is square number
Appearance
C++ solution has a numeric quote separator which MacOS clang++ does not recognize
Hi;
C++ solution has a numeric quote separator which MacOS clang++ does not recognize.
Removing the single quote results in a successful compile and execution.
- Using clang++ -std=c++17 results in a successful compilation and execution of C++ code which contains an apostrophe numeric seperator.