>> Mario Melendez escribi�:

 > main.cc:388: ambiguous overload for ool ? const avm::string & : const
 > char[8]'
 > main.cc:388: candidates are: operator ?:(bool, avm::string, avm::string)
 > <builtin>
 > main.cc:388:                 operator ?:(bool, const char *, const char *)
 > <builtin>

 Hay una l�nea que se ve as�:

            (condici�n) ? variable : "blah";

 y debe verse o as�:

            (condici�n) ? variable.c_str() : "blah";

 o as�:

            (condici�n) ? variable : avm::string("blah");

 > main.cc:407: loat' is not a member of type vm::AttributeInfo'
 > main.cc: In function hort int set_attribute(int, const char *, const char
 > *)':
 > main.cc:847: loat' is not a member of type vm::AttributeInfo'

 Ni idea.

-- 
Marcelo

--
Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe'
Problemas a: [EMAIL PROTECTED]  http://www.linux.or.cr/listas

Responder a