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]

Deprecated std::bind2nd in <bits/random.tcc>


I recently tried to compile some C++11 program that does not use any 
deprecated feature from C++03 with option -D_GLIBCXX_USE_DEPRECATED=0.
I thought it would improve the compile time.

However, it does not compile since the function std::bind2nd is still used into the file <bits/random.tcc>.

Should the library be changed so that valid C++11 code does not have to rely on deprecated features anymore?

Morwenn 		 	   		  


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