Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Tue, 30 Apr 2002 15:04:09 +0200 From: Pavel Tsekov Reply-To: Pavel Tsekov Organization: Syntrex, Inc. X-Priority: 3 (Normal) Message-ID: <9118154845.20020430150409@syntrex.com> To: Pavel Tsekov CC: "Robert Collins" , "CygWin Apps" Subject: Re[3]: setup.exe exception handling guidelines In-Reply-To: <2116094242.20020430142948@syntrex.com> References: <2116094242 DOT 20020430142948 AT syntrex DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit PT> #include PT> Don't try to look this file in /usr/include/g++-3/. Its found in the PT> /usr/lib/gcc-lib/target/version/include. PT> This is the root of all exception and is defined by the C++ language PT> not the stl library. Exceptions provided by the standard C++ library ^ +-> standard C++ library PT> are defined in header. This includes out_of_range, PT> invalid_argument, overflow_error.