diff options
Diffstat (limited to 'vcpkg/ports/strict-variant/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/strict-variant/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/strict-variant/vcpkg.json b/vcpkg/ports/strict-variant/vcpkg.json new file mode 100644 index 0000000..afcf6d2 --- /dev/null +++ b/vcpkg/ports/strict-variant/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "strict-variant", + "version": "0.5", + "port-version": 2, + "description": "Tagged union implementation that will never throw an exception or make a dynamic allocation in the effort of supporting types that have throwing moves." +} |