2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32:11 +00:00

basic_cstring introduced and used everywhere

class properties reworked
namespace names shortened


[SVN r22787]
This commit is contained in:
Gennadiy Rozental
2004-05-11 11:05:46 +00:00
parent 5dd5096dda
commit 32204596c3
42 changed files with 1158 additions and 362 deletions

View File

@@ -14,7 +14,7 @@
// Boost.Test
#include <boost/test/unit_test.hpp>
using namespace boost::unit_test_framework;
using namespace boost::unit_test;
//____________________________________________________________________________//
@@ -77,6 +77,11 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) {
// Revision History :
//
// $Log$
// Revision 1.4 2004/05/11 11:05:05 rogeeff
// basic_cstring introduced and used everywhere
// class properties reworked
// namespace names shortened
//
// Revision 1.3 2003/12/01 00:42:37 rogeeff
// prerelease cleaning
//