Re: [BUGS] ecpg c++ scope operator lost

2003-12-22 Thread Mark Pether
lt;mailto:[EMAIL PROTECTED]>>) and Michael Meskes (<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>). Regards, Mark Pether. Michael Meskes wrote: On Wed, Dec 17, 2003 at 03:14:31PM -0500, Mark Pether wrote: Ecpg pretty prints my code causing compile errors. Please note that ecpg

[BUGS] ecpg c++ scope operator lost

2003-12-19 Thread Mark Pether
ot; char bound_waiting_state = static_cast < char > ( Processor : : waiting ) ; /* exec sql end declare section */ #line 93 "Schedule.pgcc" The scope operator becomes space padded and compiler barfs. Work around is to initialise variables outside of declare sect