Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/pool/detail/pool_construct.sh @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 356 bytes
Line 
1#!/bin/sh
2#
3# Copyright (C) 2000 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
11m4 -P -E -DNumberOfArguments=$1 pool_construct.m4 > pool_construct.inc
Note: See TracBrowser for help on using the repository browser.