mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
Mark test as unsupported on C++98/03, since it uses move_iterator
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@316917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
// set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
|
// set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
|
||||||
// OutIter result, Compare comp);
|
// OutIter result, Compare comp);
|
||||||
|
|
||||||
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
Reference in New Issue
Block a user