syntax highlighting - How to work around CLion 2017.2 thinking constexpr if's make everything after unreachable -


i know clion 2017.2 has limited support c++17 features (basically other nested namespaces), it's frustrating treats constexpr if's if after unreachable code until end of function.

anyone know workaround @ least functionality after constexpr if end of function?

enter image description here

if constexpr c++17 feature, not support clion yet, don't understand happen in code.

if bother unreachable code highlighting can disable inspection completly in settings

or disable on particular code sample

sadly, there no way disable wavy red line


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -