Mark test as unsupported on C++98/03, since it uses move_iterator
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 30 Oct 2017 16:07:59 +0000 (16:07 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 30 Oct 2017 16:07:59 +0000 (16:07 +0000)
llvm-svn: 316917

libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_move.pass.cpp

index aa5b87009613534a7dcaf4e784543a825fe8c9ed..078060176b7326ef75884212624a0a71cda06b5a 100644 (file)
@@ -19,6 +19,8 @@
 //   set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
 //             OutIter result, Compare comp);
 
+// UNSUPPORTED: c++98, c++03
+
 #include <algorithm>
 #include <cassert>
 #include <iterator>