Resharper Engine wrong error hint
CLion 2024.2.2 - I tried to enable the Resharper Engine, and I get a wrong error hint for this code, which compiles with g++10:
extern "C" {
typedef enum {
kFirst = 0
} CEnum;
}
static_assert(std::is_same_v<std::uint32_t, std::underlying_type_t<CEnum>>, "native type mismatch");
Any idea?
Please sign in to leave a comment.