https://github.com/feelpp/feelpp
Raw File
Tip revision: 5f3596ef1e3612814df9e01fa4a5590dc956eb4d authored by romainhild on 18 October 2021, 19:57:09 UTC
remove boost::bimap from crb
Tip revision: 5f3596e
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top