Topic: Are implementations allowed to add arguments with default values to function signatures at namespace scope?
Author: Thomas Maeder <maeder@glue.ch>
Date: Sat, 10 Aug 2002 11:45:15 GMT Raw View
=A717.4.4.4 of the Standard allows C++ implementations to add arguments w=
ith
default values to member function signatures, but not to global functions.
This leaves open if they are allowed to add such arguments to function
signatures in namespaces other than the global namespace.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]