Package: libcwd / 1.0.4-1.1

Metadata

Package Version Patches format
libcwd 1.0.4-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
move default arguments to first declarations.patch | (download)

include/demangle.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 move default arguments to first declarations
 "Porting to GCC 4.9" indicates that GCC 4.9, unlike previous GCC
 versions, enforces the C++ standard by requiring that default
 arguments must be specified when a member function is first
 declared.