A constructor template cannot be used to copy to an object of the same class...
A constructor template cannot be used to copy to an object of the same class type (per C++ [class.copy]p3). Make sure that includes copies that involve a derived-to-base conversion. Fixes PR6141. llvm-svn: 96742
Loading
Please register or sign in to comment