$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eelis van der Weegen (gmane_at_[hidden])
Date: 2005-03-25 08:33:28
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