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#include "./regress.ipp"
16
17

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