pfr
pfr copied to clipboard
Addressing the limitation of the LOOPHOLE
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?