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

Add missing typeinfo include #202

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

DNKpp
Copy link
Contributor

@DNKpp DNKpp commented Dec 30, 2024

Hello,
as you know, I'm working on an integration of cpptrace into my own mocking framework. I've an exhaustive build-workflow with various compiler-configurations. One of these configs fails compiling due to this error:
src/platform/exception_type.hpp:19:39: error: member access into incomplete type 'const std::type_info'

This happens to be the case, when clang-16 with c++23 and -stdlib=libc++ is used.
see: https://github.com/DNKpp/mimicpp/actions/runs/12549146490/job/34989686008 and
https://github.com/DNKpp/mimicpp/actions/runs/12549146490/job/34989688648

This fixes the issue.

Copy link
Owner

@jeremy-rifkin jeremy-rifkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@jeremy-rifkin jeremy-rifkin merged commit b127cfb into jeremy-rifkin:main Dec 31, 2024
81 of 82 checks passed
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

Successfully merging this pull request may close these issues.

2 participants