X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ftype_traits%2Fis_abstract.hpp;fp=boost%2Ftype_traits%2Fis_abstract.hpp;h=d88c143995e6f30237d20b31ac6661ab6d40b82a;hp=09fdf33c457500934e310b05f0e056ff09848016;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/type_traits/is_abstract.hpp b/boost/type_traits/is_abstract.hpp index 09fdf33..d88c143 100644 --- a/boost/type_traits/is_abstract.hpp +++ b/boost/type_traits/is_abstract.hpp @@ -39,7 +39,7 @@ // At this time supported by EDG (Intel C++ 7, Comeau 4.3.2) and VC7.1. // - Adapted and added into Boost.Serialization library by Robert Ramey // (starting with submission #10). -// - Jan 2004: GCC 3.4 fixed to suport DR337 (Giovanni Bajo). +// - Jan 2004: GCC 3.4 fixed to support DR337 (Giovanni Bajo). // - Jan 2004: modified to be part of Boost.TypeTraits (Pavel Vozenilek). // - Nov 2004: Christoph Ludwig found that the implementation did not work with // template types and gcc-3.4 or VC7.1, fix due to Christoph Ludwig