one_char.cpp 378 B

12345678910111213141516
  1. // Copyright Abel Sinkovics (abel@sinkovics.hu) 2010.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/metaparse/one_char.hpp>
  6. namespace
  7. {
  8. typedef boost::metaparse::one_char oc;
  9. }
  10. #define TEST_NAME one_char
  11. #include "one_char_test.hpp"