This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/70472] is_copy_constructible<vector<unique_ptr<int>>>::value is true


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70472

Simon Brand <simonrbrand at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonrbrand at gmail dot com

--- Comment #13 from Simon Brand <simonrbrand at gmail dot com> ---
Is there any decent workaround for this for pre-GCC8 users? My current approach
is to add specializations to my own trait whenever a user of my library needs
support for types with this issue. I can happily use intrinsics if some would
make this easier.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]