Skip to content
Commit 16451850 authored by Benoit Leforestier's avatar Benoit Leforestier Committed by Anas Nashif
Browse files

C++: Fix vtable with libstdc++



__cxxabiv1 is an internal namespace used by GNU's libstdc++.
When linking with C++ standard library (libstdc++),
__cxxabiv1::__class_type_info is already defined inside.
If user code contains virtual classes,
__cxxabiv1::__class_type_info is defined twice.

Signed-off-by: default avatarBenoit Leforestier <benoit.leforestier@gmail.com>
parent 0fe7a986
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment