mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Update the type_traits library to handle rvalue references.
Add is_lvalue_reference and is_rvalue_reference traits. [SVN r63486]
This commit is contained in:
@ -60,6 +60,30 @@ test_overloads.cpp
|
|||||||
test_operators.cpp
|
test_operators.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
lib boost_regex_recursive :
|
||||||
|
../src/c_regex_traits.cpp
|
||||||
|
../src/cpp_regex_traits.cpp
|
||||||
|
../src/cregex.cpp
|
||||||
|
../src/fileiter.cpp
|
||||||
|
../src/icu.cpp
|
||||||
|
../src/instances.cpp
|
||||||
|
../src/posix_api.cpp
|
||||||
|
../src/regex.cpp
|
||||||
|
../src/regex_debug.cpp
|
||||||
|
../src/regex_raw_buffer.cpp
|
||||||
|
../src/regex_traits_defaults.cpp
|
||||||
|
../src/static_mutex.cpp
|
||||||
|
../src/w32_regex_traits.cpp
|
||||||
|
../src/wc_regex_traits.cpp
|
||||||
|
../src/wide_posix_api.cpp
|
||||||
|
../src/winstances.cpp
|
||||||
|
../src/usinstances.cpp
|
||||||
|
:
|
||||||
|
<define>BOOST_REGEX_RECURSIVE=1
|
||||||
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||||
|
:
|
||||||
|
;
|
||||||
|
|
||||||
local regress-sources = regress/$(R_SOURCE) ;
|
local regress-sources = regress/$(R_SOURCE) ;
|
||||||
|
|
||||||
test-suite regex
|
test-suite regex
|
||||||
@ -142,6 +166,14 @@ test-suite regex
|
|||||||
: # test name
|
: # test name
|
||||||
captures_test
|
captures_test
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[ run regress/$(R_SOURCE) .//boost_regex_recursive
|
||||||
|
../build//icu_options
|
||||||
|
: # command line
|
||||||
|
: # input files
|
||||||
|
: # requirements
|
||||||
|
<define>BOOST_REGEX_RECURSIVE=1
|
||||||
|
: regex_regress_recursive ]
|
||||||
;
|
;
|
||||||
|
|
||||||
build-project ../example ;
|
build-project ../example ;
|
||||||
|
Reference in New Issue
Block a user