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?
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
Post a Comment