Opened 9 years ago

Closed 9 years ago

#9049 closed Patches (fixed)

phoenix::function constructor should be constexpr

Reported by: Eric Niebler Owned by: Joel de Guzman
Milestone: To Be Determined Component: phoenix
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

Needed for declaring globals of type phoenix::function, which is the most common use. See attached patch.

Attachments (1)

phx-function-constexpr.patch (791 bytes ) - added by Eric Niebler 9 years ago.
constexpr for phoenix::function

Download all attachments as: .zip

Change History (4)

by Eric Niebler, 9 years ago

constexpr for phoenix::function

comment:1 by Joel de Guzman, 9 years ago

Sounds good, Eric. Please feel free to apply the patch.

comment:2 by Eric Niebler, 9 years ago

(In [85488]) phoenix::function constructor is constexpr, refs #9049

comment:3 by Eric Niebler, 9 years ago

Resolution: fixed
Status: newclosed

(In [85550]) merge [85488] from trunk, fixes #9049

Note: See TracTickets for help on using tickets.