~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/test/utils/basic_cstring/bcs_char_traits.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  (C) Copyright Gennadiy Rozental 2004-2005.
 
1
//  (C) Copyright Gennadiy Rozental 2004-2008.
2
2
//  Distributed under the Boost Software License, Version 1.0.
3
3
//  (See accompanying file LICENSE_1_0.txt or copy at 
4
4
//  http://www.boost.org/LICENSE_1_0.txt)
5
5
 
6
6
//  See http://www.boost.org/libs/test for the library home page.
7
7
//
8
 
//  File        : $RCSfile: bcs_char_traits.hpp,v $
 
8
//  File        : $RCSfile$
9
9
//
10
 
//  Version     : $Revision: 1.3 $
 
10
//  Version     : $Revision: 49312 $
11
11
//
12
12
//  Description : generic char traits class; wraps std::char_traits
13
13
// ***************************************************************************
147
147
 
148
148
#include <boost/test/detail/enable_warnings.hpp>
149
149
 
150
 
// ***************************************************************************
151
 
//  Revision History :
152
 
//  
153
 
//  $Log: bcs_char_traits.hpp,v $
154
 
//  Revision 1.3  2005/02/20 08:27:09  rogeeff
155
 
//  This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
156
 
//
157
 
//  Revision 1.2  2005/02/01 06:40:08  rogeeff
158
 
//  copyright update
159
 
//  old log entries removed
160
 
//  minor stilistic changes
161
 
//  depricated tools removed
162
 
//
163
 
//  Revision 1.1  2005/01/22 18:21:40  rogeeff
164
 
//  moved sharable staff into utils
165
 
//
166
 
// ***************************************************************************
167
 
 
168
150
#endif // BOOST_TEST_BCS_CHAR_TRAITS_HPP_071894GER