]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/process/detail/traits/group.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / process / detail / traits / group.hpp
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
6
7 #ifndef BOOST_PROCESS_DETAIL_TRAITS_GROUP_HPP_
8 #define BOOST_PROCESS_DETAIL_TRAITS_GROUP_HPP_
9
10 #include <boost/process/detail/config.hpp>
11 #include <boost/process/detail/traits/decl.hpp>
12
13
14
15 namespace boost { namespace process {
16
17 struct group;
18
19 namespace detail {
20
21
22 struct group_tag {};
23
24 template<>
25 struct make_initializer_t<group_tag>;
26
27
28 template<> struct initializer_tag_t<::boost::process::group> { typedef group_tag type;};
29
30
31
32
33 }}}
34
35
36
37 #endif /* BOOST_PROCESS_DETAIL_HANDLER_HPP_ */