This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re[3]: setup.exe exception handling guidelines


PT> #include <exception>

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 <stdexcept> header. This includes out_of_range,
PT> invalid_argument, overflow_error.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]