X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FIteratorTraits.ih;h=f277082171aada65109d3ccf9980708f6e1a8a6d;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=1abcb6a6ffb458ec12389fe4f608ab0d8240eece;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Utils/IteratorTraits.ih b/Utils/IteratorTraits.ih index 1abcb6a..f277082 100644 --- a/Utils/IteratorTraits.ih +++ b/Utils/IteratorTraits.ih @@ -1,6 +1,8 @@ +// $Id$ +// // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -30,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