forked from grogers0/CppQuickCheck
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
At the moment, src/Arbitrary.cpp prevents the library from being used in a header-only style. Starting with C++17, this could be avoided.
Idea: For C++11, leave everything as it is, but for C++17, provide a single, header-only version of the library.
Advantage: In C++17 environments, this would simplify the installation.
Metadata
Metadata
Assignees
Labels
No labels