This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
C++, libstdc++-v3 and, well, error messages
- To: <gcc at gcc dot gnu dot org>
- Subject: C++, libstdc++-v3 and, well, error messages
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 18 Nov 2000 13:16:57 +0100 (CET)
If you compile the following trivial snippet
#include <vector>
vector<int> v;
with our current CVS sources, you'll get the following error:
filename:2: syntax error before ';' token
Now, I know what's wrong in that snippet, but how many of our users will
spend a lot of time tracking this down and also submit bug reports?
Perhaps we could issue a better diagnostic message?
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/