This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/71856] _GLIBCXX_DEBUG-mode breaks GNU parallel extension


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71856

--- Comment #2 from Michael Hamann <michael.hamann at kit dot edu> ---
This is not about activating parallel mode, this is about using individual
parallel algorithms by directly including e.g. <parallel/algorithm> and using
the namespace __gnu_parallel explicitly. There I do not get the error you
mention. Is this not supported, too?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]