arabica/Utils/stringadaptortag.hpp
jez_higgins 35acd2eea7 Added third template parameter to wrappers, together with a bit of
meta-programming magic so that everything builds through with MSXML.

See http://www.jezuk.co.uk/cgi-bin/view/SAX/news?id=2713 for details of
the problem.

This may break VC6, but I haven't checked
2005-12-07 10:51:00 +00:00

11 lines
163 B
C++

#ifndef ARABICA_STRING_ADAPTOR_TAG_HPP
#define ARABICA_STRING_ADAPTOR_TAG_HPP
namespace Arabica
{
struct string_adaptor_tag { };
} // namespace Arabica
#endif