Re: [Boost-users] [Proto] fatal error C1001: An internal error has occurred in the compiler.

To disable adressof operator, just disable it in your gramamr using proto::not_
I thought about it, but the problem is that Empty has terminal as base class:
struct Empty: public state<>, proto::terminal

christophe henry wrote:
To disable adressof operator, just disable it in your gramamr using proto::not_
I thought about it, but the problem is that Empty has terminal as base class:
struct Empty: public state<>, proto::terminal
your terminal must be tied to your grammar via a generator -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
participants (2)
-
christophe henry
-
joel