removed attribute_generator and constraints_generator

This commit is contained in:
Sascha Kühl
2025-12-11 09:13:14 +01:00
parent 5afb616205
commit f842efb611
14 changed files with 13 additions and 400 deletions
+1 -2
View File
@@ -32,11 +32,10 @@ public:
friend std::ostream& operator<<(std::ostream& os, const restriction& c);
std::string prefix() const;
std::string type_string() const;
private:
friend class constraint_builder;
friend class constraints_generator;
friend class object_generator;
friend class object;