-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
On os/x, clang+ -std=c+14 rejects initialising as
Array2D result{numFibers, _bbox.getHeight()}
You have to cast the int to std::size_t