This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Qualify std functions... (TAKE 2)


Hi,

the below, compressed bzip2 due to the shufflings which
increase its size, takes into account Gaby observations:
swap is not qualified and the __* functions are also
qualified.

Moreover, via shufflings I have managed to avoid adding
declarations as per Nathan's 'sting' ;)

The Changelog avoids mentioning all the functions: now
that the __* functions are also touched are really LOTS.

Tested x86-linux. Ok now?

Paolo.

///////////
2003-06-29  Paolo Carlini  <pcarlini@unitus.it>

	* include/bits/stl_algo.h (LOTS): Fully qualify standard functions
	with std::, thus avoiding Koenig lookup.


Attachment: patch_algo_h_N.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]