l4re-core icon indicating copy to clipboard operation
l4re-core copied to clipboard

Question: libstdc++ headers missing in STDCXX_CSTD_HEADERS

Open lbakman opened this issue 10 months ago • 1 comments

Hi

I am currently porting a library to l4re, trying to modify the source as little as possible, and I stumbled upon a missing cinttypes from the libstdc++-headers project.

I have solved it by modifying libstdc++-headers/include-std/Makefile, adding "ccomplex cfenv cinttypes cstdalsign cstdbool ctgmath cuchar" to the STDCXX_CSTD_HEADERS variable.

I was just wondering if there was a reason for not including those files in the first place?

Regards Lau Bakman

lbakman avatar May 03 '24 09:05 lbakman