2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-26 07:02:10 +00:00
Files
spirit/example/qi/compiler_tutorial/calc7/expression.cpp
Joel de Guzman 68fb071c02 more updates
[SVN r69233]
2011-02-24 06:31:06 +00:00

11 lines
492 B
C++

/*=============================================================================
Copyright (c) 2001-2010 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#include "expression_def.hpp"
typedef std::string::const_iterator iterator_type;
template struct client::expression<iterator_type>;