forked from boostorg/regex
18 lines
377 B
C++
18 lines
377 B
C++
/*
|
|
*
|
|
* Copyright (c) 2011
|
|
* John Maddock
|
|
*
|
|
* Use, modification and distribution are subject to the
|
|
* Boost Software License, Version 1.0. (See accompanying file
|
|
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
*
|
|
*/
|
|
|
|
|
|
#include <posix_api.cpp>
|
|
#include <regex.cpp>
|
|
#include <regex_debug.cpp>
|
|
#include <static_mutex.cpp>
|
|
#include <wide_posix_api.cpp>
|