# # # patch "ChangeLog" # from [67ecd88b9c4664b14084125e83c3e39588132669] # to [85c3567f9803201d5e1cf0334a519566627f50b0] # # patch "HACKING" # from [4d0f28df7e5de9dcc2b6024e15e61ea5e576999c] # to [a45c34b6fc9a25c3910eaf68c3fec00bc38a7980] # ============================================================ --- ChangeLog 67ecd88b9c4664b14084125e83c3e39588132669 +++ ChangeLog 85c3567f9803201d5e1cf0334a519566627f50b0 @@ -1,3 +1,7 @@ +2006-05-30 Richard Levitte + + * HACKING: A small correction about namespaces. + 2006-05-29 Derek Scherger * HACKING: add note on using namespaces ============================================================ --- HACKING 4d0f28df7e5de9dcc2b6024e15e61ea5e576999c +++ HACKING a45c34b6fc9a25c3910eaf68c3fec00bc38a7980 @@ -92,7 +92,7 @@ - for importing symbols in other namespaces add a "using std::foo" for each foo used in the file and then strip "std::" from the uses. - do not use "using namespace foo" anywhere. + do not use "using namespace std" anywhere. Test suites, and writing test cases