Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -45,9 +45,11 @@
#include <string> // for string, operator+
#include <utility> // for move
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
#define WRAPPED_JSON_CONFIGURATION(obj) \
(static_cast<value *>((obj)->json_configuration.wrapped.get()))
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
#define GET_CONNECTIONS \
if (!this->json_configuration.wrapped) { \
throw ConfigurationError("This CaosDB client has not been configured."); \
Loading