1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/test/base_header_tests/group/README.txt Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,7 @@
1.4 +1. base_header_test1 declares the StdC++ operator new and includes e32cmn.h
1.5 +2. base_header_test2 includes e32cmn.h and then declares the StdC++ operator new (Just to make sure that ordering is
1.6 + not a problem)
1.7 +3. base_header_test3 involves 2 source files. One of them includes the StdC++ header and the other includes e32cmn.h.
1.8 + The macro must be defined for each source file and hence both should pick either from e32cmn or the StdC++ new.
1.9 +4. base_header_test4, base_header_test5 & base_header_test6 are same as base_header_test1, base_header_test2 &
1.10 + base_header_test3 resp. except that the former are in SymbianC++ mode while the latter in StdC++ mode.