c_traits_u.cpp 489 B

1234567891011121314151617
  1. //////////////////////////////////////////////////////////////////////////////
  2. // c_traits.cpp
  3. //
  4. // (C) Copyright Eric Niebler 2004.
  5. // Use, modification and distribution are subject to the
  6. // Boost Software License, Version 1.0. (See accompanying file
  7. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. /*
  9. Revision history:
  10. 6 January 2006 : Initial version.
  11. */
  12. #define BOOST_XPRESSIVE_USE_C_TRAITS
  13. #define BOOST_XPRESSIVE_TEST_WREGEX
  14. #include "./regress.ipp"