lua-users home
lua-l archive

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


> I guess I am a bit out of date with the C++ standard :-)

I wish I were... (really!)

> Would it be acceptable to put #ifdef-based 'guards' both on the C and the C++ 
> #include files, to warn about file inclusion inconsistent with compiling 
> mode?

these guards are already in the lua headers, which makes
their use optional for the wrappers.  A matter of taste I
guess.

Bye,
Wim