This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21038] report unmatched brace as a note
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Oct 2011 19:57:45 +0000
- Subject: [Bug c++/21038] report unmatched brace as a note
- Auto-submitted: auto-generated
- References: <bug-21038-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21038
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-22 19:57:45 UTC ---
Using an editor that can jump between braces (e.g. % in vim) makes it trivial
to find if you've indented your code sensibly. As Andrew said in comment 1, the
compiler's hint might be completely misleading.