Fix compilation errors: dolfin/geometry/IntersectionConstruction.cpp: In static member function ‘static std::vector dolfin::IntersectionConstruction::intersection_segment_segment_2d(const dolfin::Point&, const dolfin::Point&, const dolfin::Point&, const dolfin::Point&)’: dolfin/geometry/IntersectionConstruction.cpp:442:24: error: ‘min_element’ is not a member of ‘std’; did you mean ‘tuple_element’? 442 | const auto it = std::min_element(oo.begin(), oo.end()); | ^~~~~~~~~~~ | tuple_element dolfin/mesh/MeshFunction.h: In member function ‘std::vector dolfin::MeshFunction::where_equal(T)’: dolfin/mesh/MeshFunction.h:652:26: error: ‘count’ is not a member of ‘std’; did you mean ‘cout’? 652 | std::size_t n = std::count(_values.get(), _values.get() + _size, value); | ^~~~~ | cout Submitted upstream at https://bitbucket.org/fenics-project/dolfin/issues/1128 --- a/dolfin/geometry/IntersectionConstruction.cpp +++ b/dolfin/geometry/IntersectionConstruction.cpp @@ -18,7 +18,8 @@ // First added: 2014-02-03 // Last changed: 2017-12-12 +#include #include #include #include "predicates.h" --- a/dolfin/mesh/MeshFunction.h +++ b/dolfin/mesh/MeshFunction.h @@ -24,6 +24,7 @@ #ifndef __MESH_FUNCTION_H #define __MESH_FUNCTION_H +#include #include #include ght' method='get' action='/guix/log/gnu/packages/openldap.scm'>
AgeCommit message (Expand)Author
2021-03-04gnu: 389-ds-base: Update to 1.4.0.31 [security fixes]....* gnu/packages/openldap.scm (389-ds-base): Update to 1.4.0.31. Léo Le Bouter
2021-02-11gnu: OpenLDAP: Update to 2.4.57 [security fixes]....Fixes CVE-2020-{36221,36222,36223,36224,36225,36226,36226,36228,36229,36230}. * gnu/packages/openldap.scm (openldap-2.4.57): New variable. (openldap)[replacement]: New field. Leo Famulari
2020-12-08gnu: openldap: Update to 2.4.50 and remove replacement....* gnu/packages/openldap.scm (openldap): Update to 2.4.50. [replacement]: Remove. (openldap-2.4.50): Remove. Ludovic Courtès
2020-09-22gnu: python-ldap: Update to 3.3.1....* gnu/packages/openldap.scm (python-ldap): Update to 3.3.1. Marius Bakke