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
When using clangd in combination with an msvc compiler and its STL - impl, it is not possible to use some features which require __cpp_consteval, even it is already (partially) supported.
Therefore I would like to have the ability to activate some experimental features like __cpp_consteval.
If this is not possible, it might be usefull to add such an option to increase feedback for new features from some bleeding edge devs like me.
The text was updated successfully, but these errors were encountered:
When using clangd in combination with an msvc compiler and its STL - impl, it is not possible to use some features which require __cpp_consteval, even it is already (partially) supported.
Therefore I would like to have the ability to activate some experimental features like __cpp_consteval.
If this is not possible, it might be usefull to add such an option to increase feedback for new features from some bleeding edge devs like me.
The text was updated successfully, but these errors were encountered: