re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 25 Apr 2014 19:34:42 +0000 (19:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 25 Apr 2014 19:34:42 +0000 (20:34 +0100)
commite2ce9436fbb0a61a6a96fa39fb8439bc5f0a626c
treea929a0fbe8e852e83895a0d76eb070dd7a8c912d
parent10432733a5534e0116b0b1770139a56ae2ab01fe
re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)

2014-04-25  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.

From-SVN: r209810
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/optional
libstdc++-v3/testsuite/experimental/optional/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/6.cc