Open schaumb opened 12 months ago
There is currently a limitation in the code for LOOPHOLE:
None of the member fields should have a template constructor with one parameter.
This limitation could be solved using the following strategy: link
(this works only when the template constructor is SFINAE friendly)
Could you please provide a PR to the library?
There is currently a limitation in the code for LOOPHOLE:
This limitation could be solved using the following strategy: link