Tommi Mäkitalo <tommi@...> writes: > > > Hi, (skipped) > The possible solutions I see are: > remove explicit from cxxtools::Char::Char(int) > do nothing but report the OS X people (or clang people) the > bug > make a configure check and make explicit where possible > > Any opinions?
Traditionally in C and C++ conversion between int and char types was always implicit. So as your new type is used in standard routines, I suggest support this semantic, i.e. make this constuctor implicit. Regards, Dmitry ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
