rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.76k stars 312 forks source link

Fix compile errors with g++ 11.02 #434

Closed shrkamat closed 2 years ago

shrkamat commented 2 years ago
  1. grpc_dependency was not making use of latest compiler, not sure about other dependencies have not checked them.
  2. Strangely optional header was not included, shouldn't it have been an error with other version of g+ / clang too ?
rizsotto commented 2 years ago

Thanks @shrkamat