c++ - Warning?
- "Matthew Wilson" <dmd synesis.com.au> Feb 07 2003
- "Matthew Wilson" <dmd synesis.com.au> Feb 07 2003
Walter what do warnings such as: frame_string_test\frame_string_test.cpp(90) : Warning 18: implied return of basic_frame_string<char ,13,char_traits<char > >::assign at closing '}' does not return value actually mean. (btw, line 90 is the end of file, two lines after the end of main(), which returns 0)
Feb 07 2003
Forget it. Was having a Doh! moment. (blush) "Matthew Wilson" <dmd synesis.com.au> wrote in message news:b1vsdb$2sq8$1 digitaldaemon.com...Walter what do warnings such as: frame_string_test\frame_string_test.cpp(90) : Warning 18: implied return
basic_frame_string<char ,13,char_traits<char > >::assign at closing '}'
not return value actually mean. (btw, line 90 is the end of file, two lines after the end of main(), which returns 0)
Feb 07 2003








"Matthew Wilson" <dmd synesis.com.au>