X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseArray.cti;h=ee2732d48e68b6be23a3bd7693d6453c63ce7d22;hb=c7512677a51c8ba551ab23611d6e99bdc7a7fdfa;hp=863181133eafa47ac06cd99294799d76263baddc;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/ParseArray.cti b/Packets/ParseArray.cti index 8631811..ee2732d 100644 --- a/Packets/ParseArray.cti +++ b/Packets/ParseArray.cti @@ -20,18 +20,12 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of inline template functions +/** \file + \brief ParseArray inline template implementation */ #include "ParseArray.ih" // Custom includes -#include -#if defined(_STLP_ALGORITHM) || (__GNUC__<4 && __GNUC_MINOR__<4) -#define copy_n std::copy_n -#else -#include -#define copy_n __gnu_cxx::copy_n -#endif #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// @@ -153,7 +147,6 @@ prefix_ void senf::detail::Parse_Array_iterator::advance(int n) i_ += n*ElementParser::fixed_bytes; } -#undef copy_n ///////////////////////////////cti.e/////////////////////////////////////// #undef prefix_ @@ -165,4 +158,5 @@ prefix_ void senf::detail::Parse_Array_iterator::advance(int n) // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: