]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/pool/include/boost/pool/detail/pool_construct_simple.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / pool / include / boost / pool / detail / pool_construct_simple.sh
1 #!/bin/sh
2 #
3 # Copyright (C) 2001 Stephen Cleary
4 #
5 # Distributed under the Boost Software License, Version 1.0. (See accompany-
6 # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 #
8 # See http://www.boost.org for updates, documentation, and revision history.
9 #
10
11 m4 -P -E -DNumberOfArguments=$1 pool_construct_simple.m4 > pool_construct_simple.ipp
12