Opened 12 years ago

Closed 11 years ago

#4723 closed Bugs (fixed)

BOOST_PROTO_BASIC_EXTENDS and other macro don't wrok with Domain being a template parameter

Reported by: Joel Falcou Owned by: Eric Niebler
Milestone: To Be Determined Component: proto
Version: Boost 1.44.0 Severity: Regression
Keywords: Cc:

Description

proto macro for extending an expression class in a given domain fails to work when domain is a template parameter.

Change History (2)

comment:1 by anonymous, 11 years ago

This was fixed on trunk in [74527]. You can use "typename Domain" as the third parameter to BOOST_PROTO_EXTENDS and BOOST_PROTO_BASIC_EXTENDS when Domain is a dependent type.

comment:2 by Eric Niebler, 11 years ago

Resolution: fixed
Status: newclosed

(In [74534]) merge [74470], [74481], [74513], [74527] from trunk; fixes #4723, #5905

Note: See TracTickets for help on using tickets.