From: Al Christians Newsgroups: comp.os.msdos.djgpp Subject: Compiler Abort! on template usage Date: Sat, 11 Apr 1998 23:41:42 -0700 Organization: Trillium Resources Corporation Lines: 21 Message-ID: <35306226.17D8@easystreet.com> Reply-To: achrist AT easystreet DOT com NNTP-Posting-Host: dial-56-091.easystreet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've found that djgpp terminates a compile on me with the uninformative "Abort!" message when I use a statement such as vector a(10); OTOH vector a; works fine. Since Stroustrup recommends the first form, I assume this is some kind of a compiler or template bug. Has anybody else hit this, or is there something amiss in my setup? Any explanations about? gcc -v tells me 'using builtin specs', gcc version 2.8.0. TIA. Al