~ubuntu-branches/ubuntu/oneiric/bombono-dvd/oneiric

« back to all changes in this revision

Viewing changes to libs/boost-lib/libs/test/src/unit_test_log.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104114625-2tfaxma74eqggp5r
Tags: 0.8.0-0ubuntu1
* New upstream release (LP: #670193).
* Refresh 02_sparc.diff patch.
* Replace 05-boost_filesystem-link.patch with 05-fix_boost.patch, it fixes
  build failure with Boost <= 1.44.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  (C) Copyright Gennadiy Rozental 2005.
 
1
//  (C) Copyright Gennadiy Rozental 2005-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: unit_test_log.cpp,v $
 
8
//  File        : $RCSfile$
9
9
//
10
 
//  Version     : $Revision: 1.29 $
 
10
//  Version     : $Revision: 49313 $
11
11
//
12
12
//  Description : forwarding source
13
13
// ***************************************************************************
15
15
#define BOOST_TEST_SOURCE
16
16
#include <boost/test/impl/unit_test_log.ipp>
17
17
 
18
 
// ***************************************************************************
19
 
//  Revision History :
20
 
//  
21
 
//  $Log: unit_test_log.cpp,v $
22
 
//  Revision 1.29  2005/03/22 07:18:50  rogeeff
23
 
//  no message
24
 
//
25
 
//  Revision 1.28  2005/01/22 19:26:37  rogeeff
26
 
//  implementation moved into headers section to eliminate dependency of included/minimal component on src directory
27
 
//
28
 
// ***************************************************************************
29
 
 
30
18
// EOF