This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

known duplicate code


Hey. I did a bit of code spelunking.

Here are some duplicate code issues with current mainline:

1) mutex
bitmap_allocator.h, libsupc++/guard.cc, concurrence.h
I have a patch to unify this which I'll be posting shortly.

2) traits
pb_ds, tr1 hashtable, tr1 traits vs. bits/cpp_type_traits, tr1 functional, looks like others

3) typelist
pb_ds vs testsuite/typelist

4) exception_allocator
pb_ds vs. testsuite

Anything else that I've missed?

-benjamin


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