• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright Abel Sinkovics (abel@sinkovics.hu) 2016.
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 
6 #define BOOST_METAPARSE_LIMIT_STRING_SIZE 4
7 #include <boost/metaparse/string.hpp>
8 
9 namespace
10 {
11   typedef BOOST_METAPARSE_STRING("abcde") too_long;
12 }
13 
14