File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
iceoryx_platform/generic/source Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414//
1515// SPDX-License-Identifier: Apache-2.0
1616
17- // NOTE: This file is called 'string_ .cpp' due to issues with clang-tidy. When the file is called 'string.cpp'
18- // clang-tidy assumes to be the translation unit for 'iox/string.hpp' tries to check that header with the wrong
19- // translation unit which leads to an error not finding the includes in 'iox/string.hpp'
17+ // NOTE: This file is called '_string .cpp' due to issues with clang-tidy. When the file is called 'string.cpp',
18+ // clang-tidy assumes it to be the translation unit for 'iox/string.hpp' and tries to check that header with the wrong
19+ // translation unit which leads to an error not finding the includes from 'iox/string.hpp' and 'iox/detail/string.inl '
2020
2121#include " iceoryx_platform/string.hpp"
2222
You can’t perform that action at this time.
0 commit comments