diff --git a/Documentation/doc/Documentation/Developer_manual/Chapter_namespaces.txt b/Documentation/doc/Documentation/Developer_manual/Chapter_namespaces.txt index 17f8a076b34..819075ba39c 100644 --- a/Documentation/doc/Documentation/Developer_manual/Chapter_namespaces.txt +++ b/Documentation/doc/Documentation/Developer_manual/Chapter_namespaces.txt @@ -63,14 +63,13 @@ class Some_further_class_local_to_Package; According to the resolutions of the following issues in the forthcoming \cpp-standard ( - 225, - 226 - 229. + 225, + 226 and + 229 ): -Unless otherwise specified, no global or non-member function in the standard library +\"Unless otherwise specified, no global or non-member function in the standard library shall use a function from another namespace which is found through argument-dependent -name lookup -, the namespace `CGAL::NTS` does not need to be used anymore +name lookup\", the namespace `CGAL::NTS` does not need to be used anymore (currently `CGAL_NTS` macro boils down to `CGAL::`). \section Developer_manualRequirementsandrecommendations_1 Requirements and recommendations