Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22472

How to export abi for C++03 from the code written in C++17

$
0
0

We have a library written in C++17. Is there any way we build this library for C++03 ABI (for instance for gcc 4.4 or for modern gcc with std=c++03 on) assuming we fix the headers?


Viewing all articles
Browse latest Browse all 22472

Trending Articles