mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Merge bug fixes from Trunk - see history for full details.
[SVN r58234]
This commit is contained in:
@ -161,7 +161,7 @@ startup1 up1;
|
||||
|
||||
int main()
|
||||
{
|
||||
BOOST_TEST(0 != &up1);
|
||||
(void)up1;
|
||||
|
||||
std::list<boost::shared_ptr<boost::thread> > threads;
|
||||
for(int i = 0; i < 2; ++i)
|
||||
|
Reference in New Issue
Block a user