Boost logo

Boost-Commit :

From: nielsdekker_at_[hidden]
Date: 2008-07-26 13:48:00


Author: niels_dekker
Date: 2008-07-26 13:47:59 EDT (Sat, 26 Jul 2008)
New Revision: 47829
URL: http://svn.boost.org/trac/boost/changeset/47829

Log:
Added a newline to swap/test/lib_header_1.cpp, hoping to fix Sun 5.x compile issue, "Error: There is extra text on this line"
Text files modified:
   trunk/libs/utility/swap/test/lib_header_1.cpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/utility/swap/test/lib_header_1.cpp
==============================================================================
--- trunk/libs/utility/swap/test/lib_header_1.cpp (original)
+++ trunk/libs/utility/swap/test/lib_header_1.cpp 2008-07-26 13:47:59 EDT (Sat, 26 Jul 2008)
@@ -6,4 +6,5 @@
 
 // Tests that the swap header compiles as a standalone translation unit
 
-#include <boost/utility/swap.hpp>
\ No newline at end of file
+#include <boost/utility/swap.hpp>
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk