On Sun, 2007-03-25 at 21:38 -0700, Erick Tryzelaar wrote:
> This one's odd. I don't think felix is expanding (1.0l / 1.0l):

> foo2.cpp: In function 'void 
> flxusr::foo2::_init_(flxusr::foo2::thread_frame_t*)':
> foo2.cpp:38: error: no match for 'operator/' in 
> 'flx::rtl::strutil::flx_asprintf(char*, ...)(1.0e+0l) / 1.0e+0l'
> compilation terminated due to -Wfatal-errors.

Look at the C++ code:

      _genout_urv5882 = 
        flx::rtl::strutil::flx_asprintf
                (const_cast<char*>(format.c_str()),1.0l) 
        / 
                _a1946t_5950(1.0l)
        ;

you're trying to divide a string by a long double .. :)


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to