mirror of https://github.com/CGAL/cgal
Andreas is right: it should be `int`
This commit is contained in:
parent
17c749f44f
commit
c3bf6f945b
|
|
@ -3942,7 +3942,7 @@ protected:
|
|||
face_constraint_misses_subfaces[pos] = false;
|
||||
}
|
||||
static inline constexpr std::size_t face_constraint_misses_subfaces_npos = boost::dynamic_bitset<>::npos;
|
||||
std::vector<CDT_3_signed_index> faces_region_numbers;
|
||||
std::vector<int> faces_region_numbers;
|
||||
};
|
||||
|
||||
#endif // DOXYGEN_RUNNING
|
||||
|
|
|
|||
Loading…
Reference in New Issue