ldionne / dyno

Runtime polymorphism done right
Boost Software License 1.0
971 stars 42 forks source link

Allow customizing policies independently #29

Open ldionne opened 7 years ago

ldionne commented 7 years ago

Right now, the storage policy comes first, which means that I have to specify a storage policy even if I only want to customize the vtable policy. It should be possible to provide the vtable policy first as well (basically, unordered template parameters).