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/*
10 Revision history:
11 6 January 2006 : Initial version.
12*/
13
14#define BOOST_XPRESSIVE_USE_C_TRAITS
15#define BOOST_XPRESSIVE_TEST_WREGEX
16#include "./regress.ipp"
17
18

source code of boost/libs/xpressive/test/c_traits_u.cpp