Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69377 - in sandbox/local/boost/detail/preprocessor/variadic_macro_data: . detail
From: lorcaminiti_at_[hidden]
Date: 2011-02-27 21:58:50


Author: lcaminiti
Date: 2011-02-27 21:58:49 EST (Sun, 27 Feb 2011)
New Revision: 69377
URL: http://svn.boost.org/trac/boost/changeset/69377

Log:
Added comment static Edward Diener is the author and owner of the Boost VMD library (even if that lib source is included within this library and with this library copyright/license and with `BOOST_DETAIL_...` prefixes).

Text files modified:
   sandbox/local/boost/detail/preprocessor/variadic_macro_data/detail/vmd_detail.hpp | 3 +++
   sandbox/local/boost/detail/preprocessor/variadic_macro_data/vmd.hpp | 3 +++
   2 files changed, 6 insertions(+), 0 deletions(-)

Modified: sandbox/local/boost/detail/preprocessor/variadic_macro_data/detail/vmd_detail.hpp
==============================================================================
--- sandbox/local/boost/detail/preprocessor/variadic_macro_data/detail/vmd_detail.hpp (original)
+++ sandbox/local/boost/detail/preprocessor/variadic_macro_data/detail/vmd_detail.hpp 2011-02-27 21:58:49 EST (Sun, 27 Feb 2011)
@@ -11,6 +11,9 @@
 
 #if !defined(BOOST_NO_VARIADIC_MACROS)
 
+// The author and owner of the VMD library (proposed to Boost) is Edward Diener.
+// The original code is modified here simply adding `BOOST_DETAIL_...` prefixes.
+
 #include <boost/preprocessor/tuple/elem.hpp>
 #include <boost/preprocessor/tuple/reverse.hpp>
 #include <boost/preprocessor/tuple/to_list.hpp>

Modified: sandbox/local/boost/detail/preprocessor/variadic_macro_data/vmd.hpp
==============================================================================
--- sandbox/local/boost/detail/preprocessor/variadic_macro_data/vmd.hpp (original)
+++ sandbox/local/boost/detail/preprocessor/variadic_macro_data/vmd.hpp 2011-02-27 21:58:49 EST (Sun, 27 Feb 2011)
@@ -17,6 +17,9 @@
 #include <boost/preprocessor/repetition/repeat.hpp>
 #include "detail/vmd_detail.hpp"
 
+// The author and owner of the VMD library (proposed to Boost) is Edward Diener.
+// The original code is modified here simply adding `BOOST_DETAIL_...` prefixes.
+
 /*
 
   The succeeding comments in this file are in doxygen format.


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