
Joachim Faulhaber wrote:
2009/9/25 Jeff Flinn <TriumphSprint2000@hotmail.com>:
Joachim Faulhaber wrote:
so I changed the names of those private member function templates adding a leading underscore '_add'. The code looses some simplicity but it compiles and works with msvc and gcc. Ahh, where are the refs to the newly named _add & _subtract private methods?
do you mean refs in the docs or refs in the code? _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I mean refs in the code. All I did to get to compile with only the header include was to rename the private declaration and definition of _add and _subtract. I didn't change any calls to these private methods, I wasn't sure which to the non-underline-prefixed calls should really be calling the _add/_subtract. Thanks, Jeff