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
path: root/src
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 04:04:39 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 04:04:39 +0300
commiteda2c883fb393afc0523a1bf78411d0585314d89 (patch)
treee377e99b2e7c048f5841db74b54a3c8e1425f0cc /src
parent758a934ab266ed660daa54b72e4606b78e374071 (diff)
I give up for tonight, it is all compiling but not linking due to some weird mangling difference. Welcome to master branch AFIO v2!
Diffstat (limited to 'src')
-rw-r--r--src/afio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afio.cpp b/src/afio.cpp
new file mode 100644
index 00000000..beeda777
--- /dev/null
+++ b/src/afio.cpp
@@ -0,0 +1,3 @@
+#define BOOST_AFIO_DYN_LINK 1
+#define BOOST_AFIO_SOURCE 1
+#include "boost/afio/afio.hpp"