~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// preprocessed version of 'boost/mpl/aux_/config/use_preprocessed.hpp' header
 
2
// see the original for copyright information
 
3
 
 
4
namespace boost {
 
5
namespace mpl {
 
6
 
 
7
typedef arg< -1 > _;
 
8
 
 
9
namespace placeholders {
 
10
using boost::mpl::_;
 
11
}
 
12
 
 
13
// agurt, 17/mar/02: one more placeholder for the last 'apply#' 
 
14
// specialization
 
15
 
 
16
typedef arg<1> _1;
 
17
 
 
18
namespace placeholders {
 
19
using boost::mpl::_1;
 
20
}
 
21
 
 
22
typedef arg<2> _2;
 
23
 
 
24
namespace placeholders {
 
25
using boost::mpl::_2;
 
26
}
 
27
 
 
28
typedef arg<3> _3;
 
29
 
 
30
namespace placeholders {
 
31
using boost::mpl::_3;
 
32
}
 
33
 
 
34
typedef arg<4> _4;
 
35
 
 
36
namespace placeholders {
 
37
using boost::mpl::_4;
 
38
}
 
39
 
 
40
typedef arg<5> _5;
 
41
 
 
42
namespace placeholders {
 
43
using boost::mpl::_5;
 
44
}
 
45
 
 
46
typedef arg<6> _6;
 
47
 
 
48
namespace placeholders {
 
49
using boost::mpl::_6;
 
50
}
 
51
 
 
52
} // namespace mpl
 
53
} // namespace boost 
 
54