Opened 7 years ago
Closed 7 years ago
#11455 closed Bugs (fixed)
Unguarded rvalue references
Reported by: | 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)
Change History (2)
by , 7 years ago
Attachment: | no_rvalue.diff added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, good catch, fixed in Git.