BIND 10 master, updated. fd51de64c1738d586791060e3855f414f3cdcdc7 [master] remove conflicting and unused 'using' directive
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 30 13:20:02 UTC 2012
The branch, master has been updated
via fd51de64c1738d586791060e3855f414f3cdcdc7 (commit)
from 127e416cb3b2d08b2cd9356ca7c8bd109dbef95d (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 fd51de64c1738d586791060e3855f414f3cdcdc7
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Oct 30 14:19:23 2012 +0100
[master] remove conflicting and unused 'using' directive
This should fix the issue reported by the solaris-gcc builder
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/alloc_engine_unittest.cc | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/alloc_engine_unittest.cc b/src/lib/dhcp/tests/alloc_engine_unittest.cc
index bbb4bbd..8bbaf09 100644
--- a/src/lib/dhcp/tests/alloc_engine_unittest.cc
+++ b/src/lib/dhcp/tests/alloc_engine_unittest.cc
@@ -30,7 +30,6 @@ using namespace isc;
using namespace isc::asiolink;
using namespace isc::dhcp;
using namespace isc::dhcp::test; // Memfile_LeaseMgr
-using namespace boost;
namespace {
More information about the bind10-changes
mailing list