Tagged Questions
0
votes
1answer
100 views
Using friends with base classes for Boost Parameter
I'm using the Boost Parameter tutorial to create a named-parameter constructor for a playing card generator. The tutorial says to put the ArgumentPack into a base class, but I want to modify variables ...