mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-02 06:20:38 +01:00
35acd2eea7
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
11 lines
163 B
C++
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
|