Edge with no default empty constructor (Edge{}) #85
-
I m really confused about the fact that Edge seems to doesn't allow any empty initialization, a requirement which any value_type used in a But the function (member of Triangulation) is accepting
What i m not getting here? Once i added an empty constructor to the class all the compilation errors just disappeared, so i m still confused. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, @IkarusDeveloper, From
which I am not sure what compilation errors you are referring to. |
Beta Was this translation helpful? Give feedback.
-
So i have to correct myself. |
Beta Was this translation helpful? Give feedback.
Hi, @IkarusDeveloper,
From
std::vector
docs:which
Edge
satisfies.I am not sure what compilation errors you are referring to.