
14 Apr
2008
14 Apr
'08
8:01 a.m.
"Phil Bouchard" <philippe@fornux.com> wrote in message news:fttv4j$4t6$1@ger.gmane.org...
Greetings:
Upon testing the library on day to day projects, support for <const T> objects is invaluable and thus was added. Support for volatile objects could be important in certain cases also but requires more overloaded functions to be added (const ^2 + volatile ^2).
[...] It turns out volatile seems to be working fine now. I discard qualifiers during some casts inside rootof() and roofof() but they get reenabled in the final convertions. There is no need for overloads this way. -Phil