Re: syntax_error constructor is declared inline

2018-03-14 Thread Vishal V
no effect once the issue is fixed in a future release. Thanks, Vishal On Wed, Mar 14, 2018 at 11:22 AM, Kaz Kylheku <k...@kylheku.com> wrote: > On 2018-03-13 13:31, Hans Ã…berg wrote: > >> On 12 Mar 2018, at 20:08, Vishal V <vis...@royal-caliber.com> wrote: &

syntax_error constructor is declared inline

2018-03-12 Thread Vishal V
Hello, Bison 3.0.4 marks the constructor for the syntax_error class as 'inline' when generating a C++ scanner, which results in undefined references when the exception is thrown from a separate scanner file. Since this is the stated purpose of the syntax_error class (see