BIND 10 trac3073, created. 2d83a3a525c255b565aa57e3bd5efce5ca38a269 [3073] Add empty() member function to Element for element lists.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 10 13:03:02 UTC 2013
The branch, trac3073 has been created
at 2d83a3a525c255b565aa57e3bd5efce5ca38a269 (commit)
- Log -----------------------------------------------------------------
commit 2d83a3a525c255b565aa57e3bd5efce5ca38a269
Author: Kean Johnston <kean at isc.org>
Date: Thu Oct 10 14:59:55 2013 +0200
[3073] Add empty() member function to Element for element lists.
It has been asserted that using empty() is more efficient than using
size() > 0 due to the possible extra work size() has to do. So provide
an empty() function, which matches the underlying Boost implementation.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list