Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu 20.04 use clang 10 and 11. ubuntu 20.04 will cease development on April 25. ros 2 releases require a c++17 standard. Clang 11 release introduces the following features: The default C language standard used when -std= is not specified has been upgraded from gnu11 to gnu17. For this reason is important switch to clang11 or higher. other changes: https://releases.llvm.org/11.1.0/tools/clang/docs/index.html
- Loading branch information