This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35778] New: Wishlist: To override all C pointers with C++ wrappers
- From: "philippe at fornux dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Mar 2008 18:48:51 -0000
- Subject: [Bug c++/35778] New: Wishlist: To override all C pointers with C++ wrappers
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Greetings:
It should be possible to override all fundamental pointers with a given class.
This is very important and can save a lot of trouble. How about:
template <typename T>
struct T *
{
...
};
--
Summary: Wishlist: To override all C pointers with C++ wrappers
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: philippe at fornux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35778