Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: Use boost::ends_with() in isCanonical instead of open-coding
boost:ends_with(qname, ".") behaves exactly as isCanonical(qname) should. So use the first to implement the latter.
- Loading branch information