Packets: Add ComplexAnnotation check for current (4.3) g++ Versions using boost:...
[senf.git] / Packets / ListParser.ih
index e97d2fa..f756410 100644 (file)
@@ -70,6 +70,8 @@ namespace detail {
         Container const * c_;
     };
 
+#ifndef DOXYGEN
+
     template <class ElementParser, class AuxPolicy, class AuxTag>
     struct ListParserPolicy
     {};
@@ -91,6 +93,8 @@ namespace detail {
                                       size,                                                       \
                                       senf::detail::ListParserTraits<elt_type> )
 
+#endif
+
 }}
 
 ///////////////////////////////ih.e////////////////////////////////////////