Opened 9 years ago
Closed 9 years ago
#8765 closed Patches (fixed)
Noexcept specifiers for Boost.Move
Reported by: | Antony Polukhin | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | move |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This patch adds BOOST_NOEXCEPT
to boost::move
and boost::forward
functions. This is required for correct work of noexcept(x)
or BOOST_NOEXCEPT_EXPR(x)
where x
is an expression containing boost::move
or boost::forward
.
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | move_noexcept.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [85181]) Fixes #8765.