Thread overview
ConstCPP
Nov 17, 2012
Paulo Pinto
Nov 17, 2012
Kagamin
Nov 17, 2012
Paulo Pinto
November 17, 2012
Hi,

this might be interesting for some of you, and also bring
ideas how D works.

Someone got around creating a C++ compiler (modified Clang),
where everything is const by default and mutable is explicit.

https://bitbucket.org/grrussel/constcpp/wiki/Home

--
Paulo
November 17, 2012
~PartMutable() {}

dtors are const too?
November 17, 2012
Am 17.11.2012 13:05, schrieb Kagamin:
> ~PartMutable() {}
>
> dtors are const too?

Don't know. I just saw the post in Reddit and decided to share it.