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

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas <s_github@nedprod.com>2022-09-05 20:50:19 +0300
committerNiall Douglas <s_github@nedprod.com>2022-09-05 20:51:30 +0300
commit9ae8d8729d7edc08b3f96386d2f65379ed080d70 (patch)
treee7ecfbddb028d3ef75ffab86f91214f7bea81df6
parent1e2a1c67357a230601e2e82437a7650691f44ab4 (diff)
Fix "inline inline" in last commit.
m---------doc/html10
-rw-r--r--include/llfio/v2.0/detail/impl/path_discovery.ipp2
-rw-r--r--include/llfio/v2.0/path_discovery.hpp2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/html b/doc/html
-Subproject 781262ebd033fd056895a1a3fe42bddbffc93c0
+Subproject e2570504bffc1c816a0983b42bce5250c01bce7
diff --git a/include/llfio/v2.0/detail/impl/path_discovery.ipp b/include/llfio/v2.0/detail/impl/path_discovery.ipp
index 3efdcea0..41dbd0de 100644
--- a/include/llfio/v2.0/detail/impl/path_discovery.ipp
+++ b/include/llfio/v2.0/detail/impl/path_discovery.ipp
@@ -58,7 +58,7 @@ namespace path_discovery
std::vector<_discovered_path> _all;
directory_handle storage_backed, memory_backed;
};
- inline _store &path_store()
+ _store &path_store()
{
static _store s;
return s;
diff --git a/include/llfio/v2.0/path_discovery.hpp b/include/llfio/v2.0/path_discovery.hpp
index 83439465..97716745 100644
--- a/include/llfio/v2.0/path_discovery.hpp
+++ b/include/llfio/v2.0/path_discovery.hpp
@@ -38,7 +38,7 @@ namespace path_discovery
namespace detail
{
struct _store;
- LLFIO_HEADERS_ONLY_FUNC_SPEC inline _store &path_store();
+ LLFIO_HEADERS_ONLY_FUNC_SPEC _store &path_store();
} // namespace detail
//! \brief A discovered path.