~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/basic_cstring_fwd.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: basic_cstring_fwd.hpp,v $
 
8
//  File        : $RCSfile$
9
9
//
10
 
//  Version     : $Revision: 1.4 $
 
10
//  Version     : $Revision: 49312 $
11
11
//
12
12
//  Description : basic_cstring class wrap C string and provide std_string like 
13
13
//                interface
36
36
 
37
37
} // namespace boost
38
38
 
39
 
// ***************************************************************************
40
 
//  Revision History :
41
 
//  
42
 
//  $Log: basic_cstring_fwd.hpp,v $
43
 
//  Revision 1.4  2005/04/12 06:49:05  rogeeff
44
 
//  assign_to -> assign_op
45
 
//
46
 
//  Revision 1.3  2005/02/20 08:27:09  rogeeff
47
 
//  This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
48
 
//
49
 
//  Revision 1.2  2005/02/01 06:40:08  rogeeff
50
 
//  copyright update
51
 
//  old log entries removed
52
 
//  minor stilistic changes
53
 
//  depricated tools removed
54
 
//
55
 
//  Revision 1.1  2005/01/22 18:21:40  rogeeff
56
 
//  moved sharable staff into utils
57
 
//
58
 
// ***************************************************************************
59
 
 
60
39
#endif // BOOST_TEST_BASIC_CSTRING_FWD_HPP_071894GER
61
40