Opened 12 years ago

#5364 new Bugs

BOOST_PARAMETER_CONSTRUCTOR vs. static member function as parameter

Reported by: expaler Owned by: Daniel Wallin
Milestone: To Be Determined Component: parameter
Version: Boost 1.46.0 Severity: Problem
Keywords: Cc:

Description

If the patch associated with Ticket 2793 is applied, then Boost.Parameter-enabled constructors will work fine when taking in free functions, but not when taking in static member functions that ordinarily have the same signatures as the free functions.

Attachments (1)

ctor_macro_fun_param.cpp (1.6 KB ) - added by expaler 12 years ago.
Tested against version 1.46.1, this program will not compile if STATIC_FUNCTION is defined.

Download all attachments as: .zip

Change History (1)

by expaler, 12 years ago

Attachment: ctor_macro_fun_param.cpp added

Tested against version 1.46.1, this program will not compile if STATIC_FUNCTION is defined.

Note: See TracTickets for help on using tickets.