niXman
niXman

Reputation: 1758

boost.parameter and constructors

In the documentation: http://www.boost.org/doc/libs/1_45_0/libs/parameter/doc/html/index.html#parameter-enabled-constructors

Do I understand correctly, that I can't use parameter names without using base-class, as shown in the example?

Because macro BOOST_PARAMETER_CONSTRUCTOR, as the second argument requires the name of base-class to be specified.

Thanks.

Upvotes: 0

Views: 342

Answers (1)

Edward Strange
Edward Strange

Reputation: 40859

Yes, that would be correct. 123

Upvotes: 1

Related Questions