Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "Logical error in Boundarygeometry"

snuverink_j requested to merge 656-logical-error-in-boundarygeometry into master
src/Classic/AbsBeamline/ElementBase.cpp:422:42: warning: 
      loop variable 'path' of type 'const std::vector<unsigned int>' creates a copy from type
      'const std::vector<unsigned int>' [-Wrange-loop-analysis]
    for (const std::vector<unsigned int> path: paths) {
                                         ^
src/Classic/AbsBeamline/ElementBase.cpp:422:10: note: use
      reference type 'const std::vector<unsigned int> &' to prevent copying
    for (const std::vector<unsigned int> path: paths) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                         &
Edited by snuverink_j

Merge request reports