X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FIteratorTraits.ih;h=9533e3d30ee810aaff13a74c06b0018012da6e31;hb=271789888cd1ae6361607616f9f4e6e460e192c4;hp=780490e2eff5e811fa88c7dc9f6d6fe9607ba5d2;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/Utils/IteratorTraits.ih b/Utils/IteratorTraits.ih index 780490e..9533e3d 100644 --- a/Utils/IteratorTraits.ih +++ b/Utils/IteratorTraits.ih @@ -32,21 +32,20 @@ namespace senf { - // It is not very nice that we need to specialize on the exact iterator names. - // The preprocessor guard will need to be expanded by also giving the correct - // version numbers. We need to disable it when using stlport and so on ... - // The problem is, that typedefs are not expanded when specializing ... + // It is not very nice that we need to specialize on the exact iterator names. The preprocessor + // guard will need to be expanded by also giving the correct version numbers. The problem is, + // that typedefs are not expanded when specializing ... #if defined(__GNUG__) template struct contiguous_storage_iterator< - __gnu_cxx::__normal_iterator > > + ::__gnu_cxx::__normal_iterator > > : public boost::true_type {}; template struct contiguous_storage_iterator< - __gnu_cxx::__normal_iterator > > + ::__gnu_cxx::__normal_iterator > > : public boost::true_type {}; #endif