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.
