We used to need some hacks due to limitations of our libc, but there have been fewer each time we update libc. I'm actually not sure if we need any more. It would be great it you checked if plain recent libcxx works, and if so, opened a PR with that update.
On Sun, May 1, 2016 at 12:17 PM, <[email protected]> wrote: > Oh, I have just checked out the source of libcxx included in emscripten > and it seems that it has not been modified for emscripten. Am I wrong with > that? Does libcxx need modification to work with emscripten? In the case > that it doesn't any modification, it seems that I will give it a try using > a newer version of libcxx. > > Am Sonntag, 1. Mai 2016 20:59:09 UTC+2 schrieb [email protected]: >> >> Hey, >> >> I noticed that emscripten is using a pretty old version of libcxx and >> isn't fully C++14 compliant as for example there should be a constexpr >> version of operator[] in std::array but the constexpr version doesn't exist >> and so it means that that old version of libcxx may not fully support >> C++14. Is there any option to get an updated version of libcxx into >> emscripten? >> >> ~ Paul >> > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
