Open sbredahl opened 5 years ago
I checked your issue and found some critical problem on clang++ compiler as you said. I'm searching continuously for the differences of constexpr and TMP features between clang++ and Ubuntu but, to be honest, I have no idea about it in my level.
Sorry for late reply because of poor environment for developing ( limited availability of computer )
Hi,
On my macOS 10.15 (Apple clang version 11.0.0) I did this using example/main.cpp:
So it does not scramble the first 8 bytes of the string. Same thing with Linux Clang++ (clang version 6.0.0) on Ubuntu. However g++ on Linux works just fine!
Maybe not something you can do anything about, but something to be aware of!
/Sune