25 Jul
2009
25 Jul
'09
6:16 p.m.
Never mind, I just decided to remove the templates completely and just replace entity with: class entity { public: typedef boost::asio::buffers_iterator< boost::asio::streambuf::const_buffers_type > iterator; virtual boost::regex& regex() const = 0; virtual void parse(iterator,iterator) = 0; }; Thank you. Etienne