Update description.h
gcc-7.3.0 and clang-6.0.1 compile without needing SubPath's copy constructor. Whatever compiler Travis-CI is using, wants it. I originally removed SubPath's copy-constructor because the struct contains a bare pointer that would be shallow-copied with the default constructor, potentially leading to a resource leak or use-after-free.
Showing
Please register or sign in to comment