r209841 - in /branches/gcc-4_9-branch/libstdc++...

redi@gcc.gnu.org redi@gcc.gnu.org
Sun Apr 27 16:33:00 GMT 2014


Author: redi
Date: Sun Apr 27 16:33:06 2014
New Revision: 209841

URL: http://gcc.gnu.org/viewcvs?rev=209841&root=gcc&view=rev
Log:
2014-04-27  Lars Gullik Bjønnes  <larsbj@gullik.org>

	PR libstdc++/60710
	* include/experimental/optional (operator!=): Implement in terms of
	operator==.
	* testsuite/experimental/optional/relops/1.cc: Remove operator!=.
	* testsuite/experimental/optional/relops/2.cc: Likewise.
	* testsuite/experimental/optional/relops/3.cc: Likewise.
	* testsuite/experimental/optional/relops/4.cc: Likewise.
	* testsuite/experimental/optional/relops/5.cc: Likewise.
	* testsuite/experimental/optional/relops/6.cc: Likewise.

Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_9-branch/libstdc++-v3/include/experimental/optional
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/1.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/2.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/3.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/4.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/5.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/optional/relops/6.cc



More information about the Gcc-cvs mailing list