fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / IteratorTraits.ih
index 20e2476..d0f56b1 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -44,7 +44,7 @@ namespace senf {
     {};
 
     template <class CharT, class Traits, class Alloc>
-    struct contiguous_storage_iterator< 
+    struct contiguous_storage_iterator<
         ::__gnu_cxx::__normal_iterator<CharT*, std::basic_string<CharT, Traits, Alloc> > >
         : public boost::true_type
     {};
@@ -52,7 +52,7 @@ namespace senf {
 
 }
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f