Skip to content
Snippets Groups Projects

Unified interface for attributes

Merged Olivier BICHLER requested to merge unified_params into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -53,6 +53,7 @@ public:
*/
virtual py::object getPy(const std::string& name) const = 0;
#endif
virtual ~Parameters() {}
};
}
Loading