mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-30 04:27:16 +02:00
std::facet requirement added
[SVN r23324]
This commit is contained in:
@ -22,6 +22,7 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
|
std::facet-support
|
||||||
: container
|
: container
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
@ -29,6 +30,7 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
|
std::facet-support
|
||||||
: trim
|
: trim
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
@ -36,6 +38,7 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
|
std::facet-support
|
||||||
: conv
|
: conv
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
@ -43,6 +46,7 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
|
std::facet-support
|
||||||
: predicate
|
: predicate
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
@ -50,6 +54,7 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
|
std::facet-support
|
||||||
: find
|
: find
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
@ -57,14 +62,16 @@ DEPENDS all : test ;
|
|||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
: split
|
std::facet-support
|
||||||
|
: split
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
replace_test.cpp
|
replace_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
std::locale-support
|
std::locale-support
|
||||||
: replace
|
std::facet-support
|
||||||
|
: replace
|
||||||
]
|
]
|
||||||
[ run
|
[ run
|
||||||
regex_test.cpp
|
regex_test.cpp
|
||||||
|
Reference in New Issue
Block a user