Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Recursive Includes Warning #13

Open
ardabbour opened this issue Nov 9, 2021 · 0 comments
Open

Recursive Includes Warning #13

ardabbour opened this issue Nov 9, 2021 · 0 comments

Comments

@ardabbour
Copy link

ros_parser.hpp includes shape_shifter.hpp and vice-versa leading to clangd-10 screaming:

ros_parser.hpp:
    In included file: main file cannot be included recursively when building a preamble clang(pp_including_mainfile_in_preamble) [40, 10]
shape_shifter.hpp:
    In included file: main file cannot be included recursively when building a preamble clang(pp_including_mainfile_in_preamble) [41, 10]

whenever I include ros_parser.hpp

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant