Jump to content

Talk:Twin primes whose sum is square number

From Rosetta Code

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.

Retired Build Engineer (talk)

Using clang++ -std=c++17 results in a successful compilation and execution of C++ code which contains an apostrophe numeric seperator.

Retired Build Engineer (talk)

Cookies help us deliver our services. By using our services, you agree to our use of cookies.