[cpp-threads] memory model

Doug Lea dl at cs.oswego.edu
Fri Apr 29 12:10:48 BST 2005


If we want to add another qualifier without actually adding one,
"mutable volatile" almost works. It would change meanings of only those
usages of mutable intended to work with the old/current sense
of volatile. I'd guess that there are almost no occurrences
of this in existing code.


-Doug




More information about the cpp-threads mailing list