mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-04 23:01:54 +01:00
12 lines
163 B
C++
12 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
|