Boost logo

Boost-Commit :

From: mconsoni_at_[hidden]
Date: 2007-06-05 15:10:23


Author: mconsoni
Date: 2007-06-05 15:10:22 EDT (Tue, 05 Jun 2007)
New Revision: 4456
URL: http://svn.boost.org/trac/boost/changeset/4456

Log:
- added a newline (\n) at end of file to avoid bothering gcc warnings.

Text files modified:
   sandbox/boost/extension/extension.hpp | 2 +-
   sandbox/boost/extension/impl/typeinfo.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/boost/extension/extension.hpp
==============================================================================
--- sandbox/boost/extension/extension.hpp (original)
+++ sandbox/boost/extension/extension.hpp 2007-06-05 15:10:22 EDT (Tue, 05 Jun 2007)
@@ -15,4 +15,4 @@
 # define BOOST_EXTENSION_IMPORT_DECL
 #endif
 
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/extension/impl/typeinfo.hpp
==============================================================================
--- sandbox/boost/extension/impl/typeinfo.hpp (original)
+++ sandbox/boost/extension/impl/typeinfo.hpp 2007-06-05 15:10:22 EDT (Tue, 05 Jun 2007)
@@ -62,4 +62,4 @@
 # define BOOST_EXTENSION_EXTERNAL extern "C"
 #endif
 
-#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