Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
User Journal

Journal grrussel's Journal: ConstCPP

ConstCPP is C++ with the const modifier on, all of the time. Except when you use mutable instead.

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. It is also incompatible with 99% of existing C++ code, including standard headers...

Inspired by a tweet from @tim_angus

        "I've often wondered if const-ness should be the
        default and removed with a mutable keyword instead"

ConstCPP on BitBucket

This discussion has been archived. No new comments can be posted.

ConstCPP

Comments Filter:

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...