Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ament_cpplint Support for C++20 #500

Open
rodericktaylor opened this issue Aug 30, 2024 · 0 comments
Open

ament_cpplint Support for C++20 #500

rodericktaylor opened this issue Aug 30, 2024 · 0 comments

Comments

@rodericktaylor
Copy link
Contributor

rodericktaylor commented Aug 30, 2024

ament_cpplint doesn't recognise c++20 headers and complains that they are C headers:

Found C system header after C++ system header. Should be: my_class_header.h, c system, c++ system, other.

On code like this.

#include <array>
#include <bit>
#include <cstdint>
#include <cstring>
#include <optional>
#include <ranges>
#include <span>
#include <stdexcept>
#include <string>
#include <string_view>
#include <utility>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant