Mercurial > hg > CbC > CbC_llvm
comparison libcxx/include/__algorithm/stable_partition.h @ 223:5f17cb93ff66 llvm-original
LLVM13 (2021/7/18)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 18 Jul 2021 22:43:00 +0900 |
parents | 79ff65ed7e25 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
222:81f6424ef0e3 | 223:5f17cb93ff66 |
---|---|
10 #define _LIBCPP___ALGORITHM_STABLE_PARTITION_H | 10 #define _LIBCPP___ALGORITHM_STABLE_PARTITION_H |
11 | 11 |
12 #include <__config> | 12 #include <__config> |
13 #include <__algorithm/rotate.h> | 13 #include <__algorithm/rotate.h> |
14 #include <__iterator/iterator_traits.h> | 14 #include <__iterator/iterator_traits.h> |
15 #include <__utility/swap.h> | |
15 #include <memory> | 16 #include <memory> |
16 | 17 |
17 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) | 18 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
18 #pragma GCC system_header | 19 #pragma GCC system_header |
19 #endif | 20 #endif |