__attribute__((const)) is a GCC attribution to check purity of the function execution. I think this is being supported on Clang, but when I put this to a method, it doesn't seem to work. is a GCC attribution to
__attribute__((const)) is a GCC attribution to check purity of the function execution. I think this is being supported on Clang, but when I put this to a method, it doesn't seem to work. is a GCC attribution to