Kirk, Benjamin (JSC-EG311) wrote: > Pretty sure that is only guaranteed to work if you use std::strncpy - cstring > should include strncpy inside the > std:: namespace. Perhaps the implementation for your compiler does not > strictly enforce that which is why the > code sniipet works?
Yeah, I guess the version of gcc that I'm using doesn't strictly enforce that. Roy Stogner wrote: > > I'll change getpot.h to use std:: where applicable. > Are you still planning to do this Roy? I see that you added <cstring>, but it sounds like we still need the extra std:: for maximum portability, no? - David ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
