Content deleted Content added
Loadmaster (talk | contribs) m Reverted edits by 121.241.127.1 (talk) to last version by SineBot |
→const-correctness: new section |
||
Line 347:
And use would be : int x = 36_stuff;
[[User:Doom Oo7|Doom Oo7]] ([[User talk:Doom Oo7|talk]]) 09:27, 23 August 2013 (UTC)
== const-correctness ==
As noted above, this page is a heavily used reference.
Some time ago someone removed all const-correctness from the prototype references. Why was that? Can we get it back? Because unless something fundamental changed about C++ recently it is technically deficient now. (And trying to fix const errors when people are overloading operators for the first time is frustrating enough already on C++ forums without them coming to Wikipedia and finding contradictory information.)
[[User:Duoas|Duoas]] ([[User talk:Duoas|talk]]) 22:06, 6 May 2014 (UTC)
|