id summary reporter owner description type status milestone component version severity resolution keywords cc 12172 Warning in ublas/matrix_expression.hpp from GCC 6.1.0 -Wmisleading-indentation lopresti@… Gunter "When I compile with ""-Wall -Wextra -Werror"", I get: .../boost/numeric/ublas/matrix_expression.hpp:2224:17: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation] if (it2_ != it2_end_) ^~ .../boost/numeric/ublas/matrix_expression.hpp:2227:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ if (it2_ != it2_end_) { This appears to be a valid warning, and lines 2227 and 2228 should be un-indented by one level. Assuming this is not a real bug, that is." Bugs new To Be Determined uBLAS Boost Development Trunk Problem