Ticket #55 (closed defect: fixed)
Invalid std::move in move constructor of CapeStringAdapter
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | major | Milestone: | Maintenance of Phase II |
Component: | Client Header Files | Version: | 1.2.0.4 |
Keywords: | Cc: |
Description
CapeStringAdapter? fails to compile due to incorrect use of std::move in string reference member
Change History
Note: See
TracTickets for help on using
tickets.
Resolved in revision 147
Michel - suitable version would be 1.2.0.5 (no need to immediately create a release)
Michel - suitable component would be client header files.
As CapeStringAdapterBase? is a template class, the issue typically would not lead to a compilation problem until CapeStringAdapter? is actually used.