diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:07:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:07:21 +0200 |
commit | a8fc877aa93bb9c2dcc9ccde372a943dcfd25cfb (patch) | |
tree | d8aba766721b486b17f2d9378516784a977d4418 /butl/buildfile | |
parent | eac6ad21038ccfb1edd33612f33539bd0bb45b2a (diff) |
Implement ifdstream, file descriptor input stream
This is a portable replacement for GNU <ext/stdio_filebuf>.
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index 5ccc75a..76629d5 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -2,5 +2,5 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{butl}: cxx{dummy} +lib{butl}: cxx{fdstream} lib{butl}: cxx.export.poptions = -I$src_root |