2 #ifndef BOOST_MPL_LIMITS_STRING_HPP_INCLUDED
\r
3 #define BOOST_MPL_LIMITS_STRING_HPP_INCLUDED
\r
5 // Copyright Eric Niebler 2009
\r
7 // Distributed under the Boost Software License, Version 1.0.
\r
8 // (See accompanying file LICENSE_1_0.txt or copy at
\r
9 // http://www.boost.org/LICENSE_1_0.txt)
\r
11 // See http://www.boost.org/libs/mpl for documentation.
\r
13 // $Id: string.hpp 49239 2009-04-01 09:10:26Z eric_niebler $
\r
14 // $Date: 2009-04-01 02:10:26 -0700 (Wed, 1 Apr 2009) $
\r
15 // $Revision: 49239 $
\r
17 #if !defined(BOOST_MPL_LIMIT_STRING_SIZE)
\r
18 # define BOOST_MPL_LIMIT_STRING_SIZE 32
\r
21 #endif // BOOST_MPL_LIMITS_STRING_HPP_INCLUDED
\r