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

Recursive Includes Warning #13

@ardabbour

Description

@ardabbour

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions