Namespaces
Variants
Actions

Talk:cpp/string/basic string/hash

From cppreference.com

[edit] Code example doesn't work with GCC C++17 and C++2a

The code example doesn't work with C++17 and C++2a right here on the site. Unfortunately I can't fix it because I'm not sure what the error is.

It appears that GCC 9 has a bug somewhere when -fgnu-tm is on - reported as 91488. For now I've changed the javascript to not pass that flag - we only needed it for our TM example, which is also broken by the bug anyway. T. Canens (talk) 20:08, 18 August 2019 (PDT)
close