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)

move_noexcept.patch (4.1 KB ) - added by Antony Polukhin 9 years ago.

Download all attachments as: .zip

Change History (2)

by Antony Polukhin, 9 years ago

Attachment: move_noexcept.patch added

comment:1 by Ion Gaztañaga, 9 years ago

Resolution: fixed
Status: newclosed

(In [85181]) Fixes #8765.

Note: See TracTickets for help on using tickets.