Opened 10 years ago

Closed 10 years ago

#8296 closed Tasks (fixed)

Use is_nothrow_move_constructible type trait in Boost.variant

Reported by: Antony Polukhin Owned by: Antony Polukhin
Milestone: Boost 1.54.0 Component: variant
Version: Boost Development Trunk Severity: Optimization
Keywords: Cc:

Description

Boost.TypeTraits now have a is_nothrow_move_constructible trait, that detects nothrow behaviour better than variant’s version.

Change History (2)

comment:1 by Antony Polukhin, 10 years ago

(In [83458]) Use is_nothrow_move_constructible from Boost.TypeTraits in Boost.Variant (refs #8296)

comment:2 by Antony Polukhin, 10 years ago

Resolution: fixed
Status: newclosed

Merged fix from trunk in [83544].

Note: See TracTickets for help on using tickets.