attaching schema nodes progress

This commit is contained in:
Sascha Kühl
2025-07-14 15:57:14 +02:00
parent 1b2847696d
commit 0d93b9b1ed
19 changed files with 182 additions and 91 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
friend bool operator<(const error &lhs, const error &rhs);
friend bool operator<(const error &lhs, const std::error_code &rhs);
// friend std::ostream& operator<<(std::ostream &out, const error &err);
friend std::ostream& operator<<(std::ostream &out, const error &err);
[[nodiscard]] std::string message() const;
[[nodiscard]] std::string category() const;