[serialization] typo's in is_abstract.hpp
25 Mar
2005
25 Mar
'05
2:33 p.m.
Line 25 in boost/serialization/is_abstract.hpp uses _GNUC__ and __GNU_MINOR. Both are incorrectly spelled; the correct names are __GNUC__ and __GNUC_MINOR__. Regards, Eelis
25 Mar
25 Mar
5:24 p.m.
Fixed, thanks, Robert Ramey Eelis van der Weegen wrote:
Line 25 in boost/serialization/is_abstract.hpp uses _GNUC__ and __GNU_MINOR. Both are incorrectly spelled; the correct names are __GNUC__ and __GNUC_MINOR__.
Regards,
Eelis
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
7526
Age (days ago)
7526
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eelis van der Weegen -
Robert Ramey