BIND 10 master, updated. e85922d37b1f4b43db76b41286268af4d8649288 [master] removed 'using namespace boost' as it would hide uint16_t on some versions of boost. the rest of code actually didn't need this directive, so the removal shouldn't do any harm anyway.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 29 17:40:52 UTC 2012


The branch, master has been updated
       via  e85922d37b1f4b43db76b41286268af4d8649288 (commit)
      from  c0a44c70c4a2e0dce3792bbb7f9ca15938128633 (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 e85922d37b1f4b43db76b41286268af4d8649288
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 29 17:39:46 2012 +0000

    [master] removed 'using namespace boost' as it would hide uint16_t on some versions of boost.
    the rest of code actually didn't need this directive, so the removal shouldn't
    do any harm anyway.

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

Summary of changes:
 src/lib/asiodns/sync_udp_server.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiodns/sync_udp_server.cc b/src/lib/asiodns/sync_udp_server.cc
index b60315f..52da3bf 100644
--- a/src/lib/asiodns/sync_udp_server.cc
+++ b/src/lib/asiodns/sync_udp_server.cc
@@ -32,7 +32,6 @@
 #include <errno.h>
 
 using namespace std;
-using namespace boost;
 using namespace isc::asiolink;
 
 namespace isc {



More information about the bind10-changes mailing list