aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/modules/std/execution.cppm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/modules/std/execution.cppm')
-rw-r--r--contrib/llvm-project/libcxx/modules/std/execution.cppm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/modules/std/execution.cppm b/contrib/llvm-project/libcxx/modules/std/execution.cppm
index 6ea12c0dc4ee..e0996f33d415 100644
--- a/contrib/llvm-project/libcxx/modules/std/execution.cppm
+++ b/contrib/llvm-project/libcxx/modules/std/execution.cppm
@@ -17,7 +17,7 @@ export namespace std {
using std::is_execution_policy_v;
} // namespace std
-namespace std::execution {
+export namespace std::execution {
// [execpol.seq], sequenced execution policy
using std::execution::sequenced_policy;