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>2017-11-27 15:56:38 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-11-27 15:56:38 +0300
commitdfa19736e9231a4fe5acb953c071172b70a0fe0c (patch)
treec3fdf0ef661b3098bc0bc430d439bc5702af6f05 /test/tests/map_handle_create_close
parente2b51a59d8ae530bdc2af70f785422c084191034 (diff)
Reworked the failure reporting in AFIO to use Outcome's fancy new payload adapting E types with custom lazy exception throw synthesis. Works very nicely, and is a big improvement.
Diffstat (limited to 'test/tests/map_handle_create_close')
-rw-r--r--test/tests/map_handle_create_close/runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/map_handle_create_close/runner.cpp b/test/tests/map_handle_create_close/runner.cpp
index fb4c605d..0baedef5 100644
--- a/test/tests/map_handle_create_close/runner.cpp
+++ b/test/tests/map_handle_create_close/runner.cpp
@@ -23,11 +23,11 @@ Distributed under the Boost Software License, Version 1.0.
*/
#include "kernel_map_handle.cpp.hpp"
-#include "kerneltest/include/kerneltest.hpp"
template <class U> inline void map_handle_create_close_(U &&f)
{
using namespace KERNELTEST_V1_NAMESPACE;
+ using AFIO_V2_NAMESPACE::result;
using AFIO_V2_NAMESPACE::file_handle;
using AFIO_V2_NAMESPACE::section_handle;
using AFIO_V2_NAMESPACE::map_handle;