build: fixed errors in clang
* removed const m_dimensions in VectorBase and replaced it with N * changed signature of DummyNode::operator= * fixed warning for DummyNode wrongly declared as class
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
class DummyNode;
|
||||
struct DummyNode;
|
||||
|
||||
typedef void (*LayoutFunction)(std::vector<DummyNode>&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user