There is no specific update cadence to migrate to a newer version. You might be able to take libcxx and compile it as an external library with Emscripten and link to that one instead.
2017-07-14 0:23 GMT+03:00 Dirk Vanden Boer <[email protected]>: > I'm currently experimenting with emscripten and webassembly. I'm compiling a > recent project that uses c++17 std::variant. > The latest released version of libcxx has support for std::variant. > > Does anyone know when this new libcxx version is expected to be used in > emscripten? > > Thanks > > -- > 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.
