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
-2
View File
@@ -15,7 +15,6 @@ enum class null_option_type : uint8_t {
};
class object;
class attribute_generator;
class attribute {
public:
@@ -65,7 +64,6 @@ public:
private:
friend class object;
friend class attribute_generator;
friend class object_generator;
std::string name_;