Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-10-02 14:06:25


Author: pbristow
Date: 2007-10-02 14:06:19 EDT (Tue, 02 Oct 2007)
New Revision: 39659
URL: http://svn.boost.org/trac/boost/changeset/39659

Log:
Added newline at end of file to permit compile warning level 4 (C++ standard *requires* a newline at EOF)
Text files modified:
   sandbox/SOC/2007/visualization/boost/svg_plot/detail/functors.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2007/visualization/boost/svg_plot/detail/functors.hpp
==============================================================================
--- sandbox/SOC/2007/visualization/boost/svg_plot/detail/functors.hpp (original)
+++ sandbox/SOC/2007/visualization/boost/svg_plot/detail/functors.hpp 2007-10-02 14:06:19 EDT (Tue, 02 Oct 2007)
@@ -59,4 +59,4 @@
 }
 }
 
-#endif
\ No newline at end of file
+#endif


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