A few topics that need decisions:
- Bare C or C++ interface.
- If C++ then minimum C++ version to target (e.g. C++98, 11 or newer).
- Header-only library or no. If not, do we provide precompiled binaries and for which platforms.
- Do we depend on C++
std or no.
- Are exceptions allowed in the API and in the implementation or not.
- What are external dependencies (other libraries that this library will use and that become a transitive dependency for end users).
Opinions are welcome here in the form of comments and we will also discuss this in SIG meetings.
A few topics that need decisions:
stdor no.Opinions are welcome here in the form of comments and we will also discuss this in SIG meetings.