mem_type and type arguments maybe shouldn't be const. Or someone needs to carefully evaluate what should be const for each function starting from the ground up.
found via clang -Werror=incompatible-pointer-types-discards-qualifiers (clang 5.1 on Mac OSX 10.9 and xcode 5.1.1)
mem_type and type arguments maybe shouldn't be const. Or someone needs to carefully evaluate what should be const for each function starting from the ground up.
found via clang -Werror=incompatible-pointer-types-discards-qualifiers (clang 5.1 on Mac OSX 10.9 and xcode 5.1.1)
clang complaints: