Neat way to use libstdc++ in zig

Hi guys,
I have a scenario to use libstdc++ in zig, but I cannot exclude(I‘ve added .link_libcpp=false explicitly) the zig libc++ completely : some libc++ header file are pulled in which are conflict with libstdc++. Any suggestion?