Ubuntu 20.04 libstd++ is 10.3 - What to do with bit_cast ? #1251
Replies: 6 comments 6 replies
-
@seanbaxter We currently compiles with g++-11 at the minimum so I don't know if this boat already sailed anyway. |
Beta Was this translation helpful? Give feedback.
-
I am not too sure if libstdc++ is relevant for current emscripten. Seems like that uses libc++ at the moment. |
Beta Was this translation helpful? Give feedback.
-
I don't use emscripten. But I'm on an updated 20.04 (which is still the current LTS release) and it only supports gcc-10.3. Is gcc-11 actually needed for language features? std::bit_cast is not a good reason to have a gcc-11 dependency. |
Beta Was this translation helpful? Give feedback.
-
I mean, do you use eve now? It requires bit_cast now. |
Beta Was this translation helpful? Give feedback.
-
Turns out the requirement on bit_cast is tied to TTS , our test system. |
Beta Was this translation helpful? Give feedback.
-
@seanbaxter THis should be fixed by #1255 |
Beta Was this translation helpful? Give feedback.
-
The latest libstdc++ in the Ubuntu 20.04 channel is 10.3, and that doesn't have bit_cast. I'd definitely prefer eve not having that dependency so it will build on these common machines.
Originally posted by @seanbaxter in #1249 (comment)
Beta Was this translation helpful? Give feedback.
All reactions