git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@873
270642c3-0616-0410-b53a-bc976706d245
void insert (container_type & c, data_iterator p) const;
void update (container_type const & c) const;
- /** Internal: ListNParser iterator specific data
+ /** Internal: ListNParser iterator specific data */
struct iterator_data {
size_type n_;
};
namespace senf {
namespace detail {
-# ifndef DOXYGEN
+#ifndef DOXYGEN
template <class Variant, unsigned N>
struct VariantBytes {
chooser, \
senf::detail::VariantParserTraits< BOOST_PP_CAT(name, _parsers) > )
-# endif
+#endif
}}