aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stack
diff options
context:
space:
mode:
authorChristopher Di Bella <cjdb@google.com>2021-06-05 02:47:47 +0000
committerChristopher Di Bella <cjdb@google.com>2021-06-24 17:57:29 +0000
commit6adbc83ee9e46b476e0f75d5671c3a21f675a936 (patch)
tree9d9ee2f9363083e4ee60210c154a48d528b55a30 /libcxx/include/stack
parentd87f159ab675153ef58eae138d6ca223c45f14c8 (diff)
downloadllvm-6adbc83ee9e46b476e0f75d5671c3a21f675a936.zip
llvm-6adbc83ee9e46b476e0f75d5671c3a21f675a936.tar.gz
llvm-6adbc83ee9e46b476e0f75d5671c3a21f675a936.tar.bz2
[libcxx][modularisation] moves <utility> content out of <type_traits>
Moves: * `std::move`, `std::forward`, `std::declval`, and `std::swap` into `__utility/${FUNCTION_NAME}`. * `std::swap_ranges` and `std::iter_swap` into `__algorithm/${FUNCTION_NAME}` Differential Revision: https://reviews.llvm.org/D103734
Diffstat (limited to 'libcxx/include/stack')
-rw-r--r--libcxx/include/stack1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/stack b/libcxx/include/stack
index c1b2cbe..6dd055e 100644
--- a/libcxx/include/stack
+++ b/libcxx/include/stack
@@ -88,6 +88,7 @@ template <class T, class Container>
*/
#include <__config>
+#include <__utility/forward.h>
#include <deque>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)