C++ Insights Episode 43: A copy constructor cannot be a template
I published a new C++ insights episode: A copy constructor cannot be a template.
In this episode, you learn why you cannot have a templated copy constructor.
Source code: https://cppinsights.io/s/d72b062c
Andreas