"read-only variable is not assignable" build failure(s) — clang 3.9.1
← Return to the list
#include <cstddef> void foo() { const size_t sR = 2; sR = 42; }
No error detected for version 3.9.1