git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@973
270642c3-0616-0410-b53a-bc976706d245
template <unsigned N>
prefix_ void senf::VariantParser<AuxPolicy,Parsers>::init()
{
- unsigned oldSize( bytes() );
+ size_type oldSize( bytes() );
typedef typename boost::mpl::at<parsers, boost::mpl::int_<N> >::type NewParser;
if (oldSize < senf::init_bytes<NewParser>::value) {
///////////////////////////////ct.e////////////////////////////////////////
#undef prefix_
-\f
+
// Local Variables:
// mode: c++
// fill-column: 100