Revision 0d8e0cb0d00933663e03db3daee3172ca79d5d23 authored by Dmitry Yu. Naumov on 16 March 2021, 07:02:19 UTC, committed by Dmitry Yu. Naumov on 16 March 2021, 07:02:19 UTC
Replace boost::any with std::any.

See merge request ogs/ogs!3517
2 parent s c9c4b01 + 8c62eaa
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top