This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef ITERATOR_HPP | |
#define ITERATOR_HPP | |
#include <boost/spirit/include/classic_position_iterator.hpp> | |
typedef boost::spirit::classic::position_iterator<std::wstring::const_iterator> iterator_type; | |
#endif /* ITERATOR_HPP */ |