]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: adjust std module TBB workaround
authorJason Merrill <jason@redhat.com>
Mon, 3 Nov 2025 15:55:06 +0000 (18:55 +0300)
committerJason Merrill <jason@redhat.com>
Mon, 3 Nov 2025 15:55:06 +0000 (18:55 +0300)
commit237a83da197adf6d0a70d715812182df77fa5bf7
tree9105e83a812ed35bf52e119511449a7aa8724d63
parenteaf6b40f761049ba4f74fd8bf1bc011e3c59c53b
libstdc++: adjust std module TBB workaround

Messing with macros before possibly importing the stdc++.h header unit is
bad form; better to mess with (other) macros afterward.

libstdc++-v3/ChangeLog:

* src/c++23/std.cc.in: Move TBB macro shenanigans after
bits/stdc++.h.
libstdc++-v3/src/c++23/std.cc.in