Opened 7 years ago

Closed 7 years ago

#11455 closed Bugs (fixed)

Unguarded rvalue references

Reported by: Bjorn Reese <breese@…> Owned by: John Maddock
Milestone: To Be Determined Component: type_traits
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

Compiler warns about rvalue references when compiling for C++03. Fixed in attached patch.

Attachments (1)

no_rvalue.diff (1.6 KB ) - added by Bjorn Reese <breese@…> 7 years ago.

Download all attachments as: .zip

Change History (2)

by Bjorn Reese <breese@…>, 7 years ago

Attachment: no_rvalue.diff added

comment:1 by John Maddock, 7 years ago

Resolution: fixed
Status: newclosed

Thanks, good catch, fixed in Git.

Note: See TracTickets for help on using tickets.