You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the C++ standard version is determined by evaluating a small C++ snippet dynamically at runtime via Cpp::Evaluate, using a function like get_stdopt():
While determines the version correctly, this consumes the first incremental_module and I think is also costlier especially for wasm kernels (where the user has to wait for this to execute before running a cell)