string.hpp 623 B

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