mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Make regex_raw_buffer header only.
This commit is contained in:
@ -64,7 +64,6 @@ lib boost_regex_recursive :
|
||||
../src/posix_api.cpp
|
||||
../src/regex.cpp
|
||||
../src/regex_debug.cpp
|
||||
../src/regex_raw_buffer.cpp
|
||||
../src/static_mutex.cpp
|
||||
../src/wide_posix_api.cpp
|
||||
../build//icu_options
|
||||
|
@ -11,7 +11,6 @@ EX_SOURCES =
|
||||
posix_api.cpp
|
||||
regex.cpp
|
||||
regex_debug.cpp
|
||||
regex_raw_buffer.cpp
|
||||
static_mutex.cpp
|
||||
wide_posix_api.cpp ;
|
||||
|
||||
|
@ -27,7 +27,6 @@ lib boost_regex_noeh :
|
||||
../../src/posix_api.cpp
|
||||
../../src/regex.cpp
|
||||
../../src/regex_debug.cpp
|
||||
../../src/regex_raw_buffer.cpp
|
||||
../../src/static_mutex.cpp
|
||||
../../src/wide_posix_api.cpp
|
||||
../../build//icu_options
|
||||
|
@ -13,6 +13,5 @@
|
||||
#include <libs/regex/src/posix_api.cpp>
|
||||
#include <libs/regex/src/regex.cpp>
|
||||
#include <libs/regex/src/regex_debug.cpp>
|
||||
#include <libs/regex/src/regex_raw_buffer.cpp>
|
||||
#include <libs/regex/src/static_mutex.cpp>
|
||||
#include <libs/regex/src/wide_posix_api.cpp>
|
||||
|
Reference in New Issue
Block a user