Updated more license terms.

Added new informational program to try and track down issues with std::collate, and std::ctype.


[SVN r26803]
This commit is contained in:
John Maddock
2005-01-22 16:32:01 +00:00
parent c04cb21103
commit 3bedef8c4e
13 changed files with 234 additions and 10 deletions

View File

@ -1,3 +1,13 @@
/*
*
* Copyright (c) 2004
* 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 "test.hpp"
@ -43,4 +53,4 @@ void test_overloads()
BOOST_REGEX_TEST(boost::regex_search(s, sm, e, boost::regex_constants::match_default))
BOOST_REGEX_TEST(boost::regex_search(s, e))
BOOST_REGEX_TEST(boost::regex_search(s, e, boost::regex_constants::match_default))
}
}