$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65660 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2010-09-29 05:08:53
Author: pbristow
Date: 2010-09-29 05:08:50 EDT (Wed, 29 Sep 2010)
New Revision: 65660
URL: http://svn.boost.org/trac/boost/changeset/65660
Log:
Added comment on location of pch.cpp
Text files modified: 
   trunk/libs/math/test/log1p_expm1_test.cpp |     8 ++++++--                                
   1 files changed, 6 insertions(+), 2 deletions(-)
Modified: trunk/libs/math/test/log1p_expm1_test.cpp
==============================================================================
--- trunk/libs/math/test/log1p_expm1_test.cpp	(original)
+++ trunk/libs/math/test/log1p_expm1_test.cpp	2010-09-29 05:08:50 EDT (Wed, 29 Sep 2010)
@@ -1,9 +1,13 @@
-//  (C) Copyright John Maddock 2005.
+//  Copyright John Maddock 2005.
+//  Copyright Paul A. Bristow 2010
 //  Use, modification and distribution are subject to the
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#include <pch.hpp>
+#include <pch.hpp> // include \libs\math\src\tr1\
+
+// Requires MS extensions permitted or fails to link.
+
 
 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error