https://gitlab.opengeosys.org/ogs/ogs.git
Revision f10d43b5665391cde30482981852ddbc9d5cc933 authored by Christoph Lehmann on 04 April 2023, 09:04:51 UTC, committed by Christoph Lehmann on 04 April 2023, 09:04:51 UTC
Draft: Covariant polymorphic views for std::vectors

See merge request ogs/ogs!4526
2 parent s c466728 + 68d91c6
Raw File
Tip revision: f10d43b5665391cde30482981852ddbc9d5cc933 authored by Christoph Lehmann on 04 April 2023, 09:04:51 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: f10d43b
.clang-tidy
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-pro-type-member-init, *explicit-conversions*, google-explicit-constructor, google-readability-braces-around-statements, modernize-loop-convert, modernize-use-default-member-init, modernize-use-emplace, modernize-use-using, readability-braces-around-statements, readability-else-after-return, readability-named-parameter, *readability-namespace-comments, *readability-inconsistent-*, readability-redundant-member-init, readability-simplify-boolean-expr, readability-string-compare'

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
  - key:             google-readability-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             hicpp-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             readability-braces-around-statements.ShortStatementLines
    value:           '1'
back to top