BIND 10 trac2144-2, updated. 19cc1042a64572001033b7939feadff480661495 [2144] added the boost copyright notice as it's mostly a copy of boost impl.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 26 21:34:38 UTC 2013


The branch, trac2144-2 has been updated
       via  19cc1042a64572001033b7939feadff480661495 (commit)
      from  0f84f5d2823b2a7924902fe2a0ee4b5147227a0a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 19cc1042a64572001033b7939feadff480661495
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Mar 26 14:30:08 2013 -0700

    [2144] added the boost copyright notice as it's mostly a copy of boost impl.
    
    also clarify the rationale of the separate namespace for the class.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/util/nonassignable.h |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/nonassignable.h b/src/lib/util/nonassignable.h
index 87e4386..6384f23 100644
--- a/src/lib/util/nonassignable.h
+++ b/src/lib/util/nonassignable.h
@@ -12,14 +12,18 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-/// From boost/noncopyable.hpp
+// This implementation is a trivial variation of boost::noncopyable.
+//
+//  (C) Copyright Beman Dawes 1999-2003. Distributed under 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)
 
 #ifndef UTIL_NONASSIGNABLE
 #define UTIL_NONASSIGNABLE
 
 namespace isc {
 namespace util {
-namespace nonassignable_ {
+namespace nonassignable_ {      // protection from unintended ADL
 
 class nonassignable {
 protected:



More information about the bind10-changes mailing list