Description: GCC 11 now enforces that comparison objects be invocable as const. --- a/Rendering/Label/vtkLabelHierarchy.cxx +++ b/Rendering/Label/vtkLabelHierarchy.cxx @@ -525,1 +525,1 @@ - const vtkHierarchyNode & b) + const vtkHierarchyNode & b) const --- a/Rendering/Label/vtkLabelHierarchyPrivate.h +++ b/Rendering/Label/vtkLabelHierarchyPrivate.h @@ -66,1 +66,1 @@ - bool operator () ( const vtkIdType& a, const vtkIdType& b ) + bool operator () ( const vtkIdType& a, const vtkIdType& b ) const ef='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
AgeCommit message (Expand)Author
2023-07-18doc: Update GDB "guix shell" example to use autoconf-2.69...* doc/environment-gdb.scm: Change to use autoconf-2.69. * gnu/packages/autotools.scm: Remove outdated GDB comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake
2022-01-14doc: Update "guix shell -D -f" example to new input style....* doc/environment-gdb.scm: Change to use 'modify-inputs'. Ludovic Courtès