-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Channel
C++Weekly
Topics
How to make a module out of headers-only library (possibly template if it matters)? A quick scan of the web seems to point many issues, noticeably the need for a Binary Module Interface, which seem contradictory with the idea of headers-only and template code. Though it is most certainly possible (import std).
How to do that with CMake for maximal portability?
Length
I'm guessing that with the right info it can be quite short (< 10')