"read-only variable is not assignable" build failure(s) — clang 3.2

#include <cstddef>
void foo() {
        const size_t sR = 2;
        sR = 42;
}
PackageVersionSupposed error messageFull log Bug report
givaro 3.7.1-1../src/library/poly1/givaro/givpoly1kara.inl:36:35: error: read-only variable is not assignable Log 753847

1 errors