On 28 abr, 01:46, Michael Kilburn <[EMAIL PROTECTED]> wrote:
> On Apr 25, 12:20 pm, Michael Kilburn <[EMAIL PROTECTED]> wrote:
>
> > Hi
>
> > I am looking for description of G++'s behavior related to usage of
> > throw specifications with template functions. Settings:
> > - Linux on x86
> > - G++ v4.0.3, ld v2.15
> > [ skip... ]
>
> Can anybody suggest me a place where I have a chance getting answers
> to these questions?
>
> Bye.
> Sincerely yours, Michael.

Your questions are very difficult to answer and will potentially have
different answers for different compiler minor and major versions.

AFAIK, no version of g++ has static detection of "no throw" function
bodies and will always enforce a throw specification with the
corresponding try-catch block.

--
 Pedro Lamarão

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to