Cyclic references causing MSVC problems: arrows.h, attributes.h



Hi Lars,

your addition of lib/attributes.h to lib/arrows.h is causing
problems because attributes.h is already referencing arrows.h.

Now MSVC is complaining that

attributes.h(38) : error C2079: 'arrow' uses undefined struct '_Arrow'

What is the best way to fix this?

Regards,

Steffen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]