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 [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-05-27 00:38:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-05-27 00:38:07 +0300
commit14d5c7fe0ff391d9fcf93e98ca8a6f25bfca1374 (patch)
treec2765806da91737ff4c57c6e56e12def3ac399e8 /cmake/headers.cmake
parent19115c0eb238e6ab5e159c246d88ff551b134e9c (diff)
Remove map_view<T>, as attached<T> has supplanted it. This bring LLFIO up to date with P1031R2.
Diffstat (limited to 'cmake/headers.cmake')
-rw-r--r--cmake/headers.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index 9a091b8f..abcea036 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -31,7 +31,6 @@ set(llfio_HEADERS
"include/llfio/v2.0/llfio.hpp"
"include/llfio/v2.0/logging.hpp"
"include/llfio/v2.0/map_handle.hpp"
- "include/llfio/v2.0/map_view.hpp"
"include/llfio/v2.0/mapped.hpp"
"include/llfio/v2.0/mapped_file_handle.hpp"
"include/llfio/v2.0/native_handle_type.hpp"