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-08 12:57:41 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-05-08 12:57:41 +0300
commit719dcf500640f9b21eb4520744ff8e60d4b6d947 (patch)
treec5ba72991159f801eb121f50cdd76b367c947c45 /example
parentd1f4429d43448daf0b79a6b414aff7c4ad12356b (diff)
Add VS2019 support, improve discard() support on older Windows, support Outcome v2.1.
Diffstat (limited to 'example')
-rw-r--r--example/use_cases.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/use_cases.cpp b/example/use_cases.cpp
index 9514c0e5..9237f5e1 100644
--- a/example/use_cases.cpp
+++ b/example/use_cases.cpp
@@ -388,7 +388,7 @@ void sparse_array()
//! [sparse_array]
}
-#ifdef __cpp_coroutines
+#if LLFIO_HAVE_COROUTINES
std::future<void> coroutine_write()
{
//! [coroutine_write]