This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How do I control the order of constuctors
- To: help-gcc at gnu dot org
- Subject: Re: How do I control the order of constuctors
- From: "Johnny Favorite (it means \"Writhing Tentacle of Death\")" <allen at snakebite dot com>
- Date: Sat, 1 Jan 2000 00:43:50 -0500
- Newsgroups: gnu.gcc.help
- Organization: http://extra.newsguy.com
- References: <84idqf$d3$1@news07.btx.dtag.de> <386CDAF4.67159530@mindspring.com>
- Xref: wodc7nx0 gnu.gcc.help:2323
Greg Chicares wrote:
> It's in the FAQ at
> http://www.cerfnet.com/~mpcline/c++-faq-lite/
Well, I dug around there for 30 minutes or so and I can't find anything
about the ordering of constructors before main(). I'd always assumed it was
impossible to do anything about the ordering, that it was up to the
compiler. If the FAQ says something different I'd like to know what it is.