This is the mail archive of the gcc-patches@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]

[v3] libstdc++/54612


Hi,

tested x86_64-linux (with and without #include "opt_random.h" at the end of ext/random), committed to mainline. Should be fixed now.

Thanks,
Paolo.

PS: I just noticed that in ext/random, inside namespace __gnu_cxx, we are using, unqualified, size_t and other types. We shouldn't: it's only because of an accident of our implementation that those types are also available in the global namespace. We should qualify with std::, or use equivalent solutions.

PS2: I think we should add <ext/random> to include/precompiled/extc++.h, to speed up the testsuite and early catch trivial issues.

//////////////////

Attachment: CL_54612
Description: Text document

Attachment: patch_54612
Description: Text document


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