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)
Note:
See TracTickets
for help on using tickets.
This was fixed on trunk in [74527]. You can use "
typename Domain
" as the third parameter toBOOST_PROTO_EXTENDS
andBOOST_PROTO_BASIC_EXTENDS
whenDomain
is a dependent type.