Skip to content
Snippets Groups Projects

F async execute

Merged Timm Fitschen requested to merge f-async-execute into dev
All threads resolved!
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

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