boostorg / proto

Boost.org proto module
http://boost.org/libs/proto
21 stars 38 forks source link

Fix gcc 9 deprecated copy warnings by explicitly defaulting default a… #14

Closed Romain-Geissler-1A closed 4 years ago

Romain-Geissler-1A commented 5 years ago

…nd copy constructor if the compiler supports it.

ericniebler commented 4 years ago

Did #24 fix this?

Kojoley commented 4 years ago

Only for Clang, GCC depends on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94492.