Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas <s_github@nedprod.com>2021-03-17 19:04:35 +0300
committerGitHub <noreply@github.com>2021-03-17 19:04:35 +0300
commit3354ed31eea1534321d2ea0c05e82e572297609c (patch)
treee672081eba86c4edf1db01238317b4379e0352b3 /include/llfio/v2.0/status_code.hpp
parent17a15470b8d079625732bccfc96a3dd45e18f1c1 (diff)
parentc66ba10ca949bdcce5f1029634f46b3db092a378 (diff)
Merge pull request #68 from ned14/dynamic_thread_pool_group
Dynamic thread pool group
Diffstat (limited to 'include/llfio/v2.0/status_code.hpp')
-rw-r--r--include/llfio/v2.0/status_code.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/llfio/v2.0/status_code.hpp b/include/llfio/v2.0/status_code.hpp
index 80fd905d..03eb0f67 100644
--- a/include/llfio/v2.0/status_code.hpp
+++ b/include/llfio/v2.0/status_code.hpp
@@ -25,8 +25,6 @@ Distributed under the Boost Software License, Version 1.0.
#ifndef LLFIO_STATUS_CODE_HPP
#define LLFIO_STATUS_CODE_HPP
-#include "logging.hpp"
-
/* The SG14 status code implementation is quite profoundly different to the
error code implementation. In the error code implementation, std::error_code
is fixed by the standard library, so we wrap it with extra metadata into
@@ -68,6 +66,8 @@ as that (a) enables safe header only LLFIO on Windows (b) produces better codege
#error LLFIO needs Outcome v2.2 or higher
#endif
+#include "logging.hpp"
+
LLFIO_V2_NAMESPACE_BEGIN
#ifndef LLFIO_DISABLE_PATHS_IN_FAILURE_INFO
@@ -351,6 +351,8 @@ LLFIO_V2_NAMESPACE_END
#error LLFIO needs Outcome v2.2 or higher
#endif
+#include "logging.hpp"
+
LLFIO_V2_NAMESPACE_BEGIN
namespace detail