C++ compile time purity checks?
- by anon
Is it possible to specify compile time "purity" checks in C++?
I.e.:
this function does not read from anything other than it's arguments
this function does not write to anything; it only returns the return value