Path to this page:
Subject: CVS commit: pkgsrc/devel/xsd
From: Joerg Sonnenberger
Date: 2016-06-07 19:59:51
Message id: 20160607175951.270EAFBB5@cvs.NetBSD.org
Log Message:
xsd uses iterator wrappers around the standard types's iterator and
const_iterator types, but doesn't provide explicit conversion operators
from iterator to const_iterator. This breaks badly when moving from
C++03 to C++11 as the erase signature changed. Conditionally the logic
appropiately by introducing an intermediate typedef.
Files: