This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17781] add STL error message filtering
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Oct 2004 08:00:11 -0000
- Subject: [Bug c++/17781] add STL error message filtering
- References: <20041001194704.17781.lothar@xcerla.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-10-02 08:00 -------
Hummm... Something we *could* do is further extending and improving the concept
check machinery in libstdc++-v3 (we are already doing that a bit, actually ;)
and/or bring in the latest improvements in Boost: IMO often the error messages
are more clear and short. Are you already using it?? See:
http://www.boost.org/libs/concept_check/concept_check.htm
and, of course:
http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#3
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17781