By petehosey
via bitbucket.org
Submitted: Nov 17 2012 / 10:29
ConstCPP is C++ with the const modifier on, all of the time. Except when you use mutable instead. Or disable ConstCPP via a pragma to support normal C++ in ConstCPP code. This is a hacked together compiler patching clang/LLVM 2.9 and is in no way actually tested, rigourously designed, or necessarily useful or usable.
Add your comment