you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 2 years ago*

There is an issue with templated code where the implementation does have to be in the header as well, though that is not the case here. C++20 introduced modules which I guess were meant to sort out this mess, but it has been a rocky road getting them to be supported by compilers.

  • source
  • parent