re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again" is...
[gcc.git] / libstdc++-v3 / ChangeLog
index e88fe2dcd4cd93e964a66ad9cb7307290e59ef4c..5ce466fa9ec72b17e73d5afdacea1bccfe6a8050 100644 (file)
@@ -1,3 +1,18 @@
+2017-02-15  Tim Shen  <timshen@google.com>
+
+       PR libstdc++/78723
+       * include/std/variant (operator<(), operator>(), operator<=(),
+       operator>=(), operator==(), operator!=()): Implement P0393R3.
+       * testsuite/20_util/variant/compile.cc: Adjust tests.
+       * testsuite/20_util/variant/run.cc: Adjust tests.
+
+2017-02-15  Tim Shen  <timshen@google.com>
+
+       PR libstdc++/79513
+       * include/std/variant (visit()): Forward variant types to the return
+       type detection code.
+       * testsuite/20_util/variant/compile.cc: Add test cases.
+
 2017-02-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR libstdc++/79348