You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
ros_parser.hpp
includesshape_shifter.hpp
and vice-versa leading toclangd-10
screaming:whenever I include
ros_parser.hpp
The text was updated successfully, but these errors were encountered: