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-04-12 14:07:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-12 14:07:35 +0300
commit52e8fedbd57c3ba6d8587d2d48d13799dacc9b75 (patch)
tree9500822d8ab450cd6b5a8438521f6e0d920bd638 /test/tests
parenta1ed9cb9af4b6ab50010d1fad35ffd36ac31fb33 (diff)
Finally fully compiling on Linux with GCC 6
Diffstat (limited to 'test/tests')
-rw-r--r--test/tests/map_handle_create_close/runner.cpp1
-rw-r--r--test/tests/section_handle_create_close/runner.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/tests/map_handle_create_close/runner.cpp b/test/tests/map_handle_create_close/runner.cpp
index e271ba21..b790dfcf 100644
--- a/test/tests/map_handle_create_close/runner.cpp
+++ b/test/tests/map_handle_create_close/runner.cpp
@@ -10,6 +10,7 @@ template <class U> inline void map_handle_create_close_(U &&f)
{
using namespace BOOST_KERNELTEST_V1_NAMESPACE;
using namespace BOOST_AFIO_V2_NAMESPACE;
+ using BOOST_AFIO_V2_NAMESPACE::file_handle;
// Create a temporary file and put some text into it
file_handle temph;
diff --git a/test/tests/section_handle_create_close/runner.cpp b/test/tests/section_handle_create_close/runner.cpp
index c75fa0bd..7cf4d0c4 100644
--- a/test/tests/section_handle_create_close/runner.cpp
+++ b/test/tests/section_handle_create_close/runner.cpp
@@ -10,6 +10,7 @@ template <class U> inline void section_handle_create_close_(U &&f)
{
using namespace BOOST_KERNELTEST_V1_NAMESPACE;
using namespace BOOST_AFIO_V2_NAMESPACE;
+ using BOOST_AFIO_V2_NAMESPACE::file_handle;
// Create a temporary file and put some text into it
file_handle temph;