Merge branch 'master' into 'constexpr_experiments'

# Conflicts:
#   libsrc/meshing/meshtype.hpp
This commit is contained in:
Schöberl, Joachim 2025-01-02 21:55:44 +01:00
commit dd508bf675

View File

@ -454,12 +454,6 @@ namespace netgen
{
public:
using Index<int,ElementIndex,0>::Index;
/*
private:
operator int() const { return i; }
public:
operator ptrdiff_t() const { return i; }
*/
};
inline istream & operator>> (istream & ist, ElementIndex & pi)