Skip to content

Commit 93cca87

Browse files
committed
Remove additional assert
1 parent 7305320 commit 93cca87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yoga/node/Node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class YG_EXPORT Node : public ::YGNode {
147147
}
148148

149149
const LayoutableChildren getLayoutChildren() const {
150-
static_assert(std::input_iterator<LayoutableChildren::Iterator>);
151150
return LayoutableChildren(this);
152151
}
153152

0 commit comments

Comments
 (0)