statement.cpp 560 B

1234567891011121314
  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Joel de Guzman
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. =============================================================================*/
  6. #if defined(_MSC_VER)
  7. # pragma warning(disable: 4345)
  8. #endif
  9. #include "statement_def.hpp"
  10. typedef std::string::const_iterator iterator_type;
  11. template struct client::parser::statement<iterator_type>;