BIND 10 #2956: DHCP-DDNS: Create server controller class
BIND 10 Development
do-not-reply at isc.org
Thu Jun 6 20:36:47 UTC 2013
#2956: DHCP-DDNS: Create server controller class
-------------------------------------+-------------------------------------
Reporter: stephen | Owner: tmark
Type: enhancement | Status:
Priority: medium | reviewing
Component: dhcp | Milestone:
Keywords: | Sprint-DHCP-20130606
Sensitive: 0 | Resolution:
Sub-Project: DHCP | CVSS Scoring:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by stephen):
* owner: stephen => tmark
Comment:
> Apparently g++ 4.2 doesn't catch this. Have g++ 6.0 on Debian and it
does. Fixed em.
... except for being a bit too enthusiastic about removing "const"s. All
were removed, not just the first occurrence. I was suggesting changing:
{{{
const bool isStandAlone() const
}}}
to
{{{
bool isStandAlone() const
}}}
... as the compiler was objecting to the "const" on the return type, not
the one designating that the method does not alter the contents of the
class.
I don't need to see it again, please merge after restoring the trailing
"const"s.
--
Ticket URL: <https://bind10.isc.org/ticket/2956#comment:11>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list