Fixes to handling of path properties in presets.

This commit is contained in:
Robin E. R. Davies
2025-09-04 15:20:56 -04:00
parent 0af57da5dd
commit ac194fbbb5
20 changed files with 231 additions and 96 deletions
@@ -87,6 +87,8 @@ namespace pipedal
json_variant(const void *) = delete; // do NOT allow implicit conversion of pointers to bool
static json_variant parse(const std::string&text);
json_variant &operator=(json_variant &&value);
json_variant &operator=(const json_variant &value);
json_variant &operator=(bool value);