Open ldionne opened 7 years ago
poly has a constructor that allows passing a custom concept map. This can be used like
poly
if (condition) { dyno::poly<Concept> poly{x, concept_map_1}; } else { dyno::poly<Concept> poly{x, concept_map_2}; }
We should find a nice use case and document this.
poly
has a constructor that allows passing a custom concept map. This can be used likeWe should find a nice use case and document this.