traits.hpp 610 B

1234567891011121314151617
  1. // Copyright (c) 2016 Klemens D. Morgenstern
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_PROCESS_TRAITS_HPP_
  6. #define BOOST_PROCESS_TRAITS_HPP_
  7. #include <boost/process/detail/traits/decl.hpp>
  8. #include <boost/process/detail/traits/async.hpp>
  9. #include <boost/process/detail/traits/cmd_or_exe.hpp>
  10. #include <boost/process/detail/traits/env.hpp>
  11. #include <boost/process/detail/traits/error.hpp>
  12. #include <boost/process/detail/traits/wchar_t.hpp>
  13. #endif /* BOOST_PROCESS_TRAITS_HPP_ */