value_init doc + test: Added revision date.

[SVN r42798]
This commit is contained in:
Niels Dekker 2008-01-15 19:53:28 +00:00
parent 79bbf71d0d
commit 9ed68b8321
2 changed files with 4 additions and 3 deletions

View File

@ -326,7 +326,7 @@ for Boost release version 1.35 (2008), offering a workaround to various compiler
</p>
<hr>
<p>Revised January 2008</p>
<p>Revised 15 January 2008</p>
<p>&copy; Copyright Fernando Cacciola, 2002, 2008.</p>

View File

@ -1,4 +1,4 @@
// Copyright 2002, Fernando Luis Cacciola Carballal.
// Copyright 2002-2008, Fernando Luis Cacciola Carballal.
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
@ -6,7 +6,8 @@
//
// Test program for "boost/utility/value_init.hpp"
//
// Initial: 21 Agu 2002
// 21 Agu 2002 (Created) Fernando Cacciola
// 15 Jan 2008 (Added tests regarding compiler issues) Fernando Cacciola, Niels Dekker
#include <cstring> // For memcmp.
#include <iostream>