Ticket #9468: tst_map.hpp.patch

File tst_map.hpp.patch, 653 bytes (added by amdmi3@…, 9 years ago)
  • boost/spirit/home/qi/string/tst_map.hpp

     
    1111#pragma once
    1212#endif
    1313
     14#include <boost/spirit/home/qi/string/tst.hpp>
    1415#include <boost/spirit/home/qi/string/detail/tst.hpp>
    1516#include <boost/unordered_map.hpp>
    1617#include <boost/pool/object_pool.hpp>
     
    1718
    1819namespace boost { namespace spirit { namespace qi
    1920{
    20     struct tst_pass_through; // declared in tst.hpp
    21 
    2221    template <typename Char, typename T>
    2322    struct tst_map
    2423    {