diff options
Diffstat (limited to 'src/boost/libs/process/test/multi_ref1.cpp')
-rw-r--r-- | src/boost/libs/process/test/multi_ref1.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/process/test/multi_ref1.cpp b/src/boost/libs/process/test/multi_ref1.cpp new file mode 100644 index 00000000..9ba9027d --- /dev/null +++ b/src/boost/libs/process/test/multi_ref1.cpp @@ -0,0 +1,7 @@ +// Copyright (c) 2016 Klemens D. Morgenstern +// +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + + +#include <boost/process.hpp> |