Added exception for unknown key

This commit is contained in:
Leonetienne
2021-06-02 20:57:20 +02:00
parent e62ffa206c
commit c0cb795cee
8 changed files with 378 additions and 4 deletions

6
Test_Hazelnupp/helper.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <vector>
#define C_Ify(vector) vector.size(), vector.data()
typedef std::vector<const char*> ArgList;