Merge branch 'main' into layout

This commit is contained in:
HJfod 2022-11-25 00:03:09 +02:00
commit 3ba1ad12ff

View file

@ -522,6 +522,10 @@ namespace gd {
operator std::vector<T>() {
return m_internal;
}
void clear() {
m_internal.clear();
}
operator std::vector<T>() const {
return m_internal;