-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcompile.cpp
141 lines (138 loc) · 4.38 KB
/
compile.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
// Test that textual headers still work
#include <boost/functional/factory.hpp>
#include <boost/functional/forward_adapter.hpp>
#include <boost/aligned_storage.hpp>
#include <boost/align.hpp>
#include <boost/any.hpp>
#include <boost/array.hpp>
#include <boost/asio.hpp>
#include <boost/assert.hpp>
#include <boost/assign.hpp>
#include <boost/atomic.hpp>
#include <boost/bind.hpp>
#include <boost/blank_fwd.hpp>
#include <boost/blank.hpp>
#include <boost/call_traits.hpp>
#include <boost/cast.hpp>
#include <boost/cerrno.hpp>
#include <boost/checked_delete.hpp>
#include <boost/chrono.hpp>
#include <boost/circular_buffer_fwd.hpp>
#include <boost/circular_buffer.hpp>
#include <boost/compressed_pair.hpp>
// Disabled, requires CL
//#include <boost/compute.hpp>
#include <boost/concept_archetype.hpp>
#include <boost/concept_check.hpp>
#include <boost/config.hpp>
#include <boost/convert.hpp>
#include <boost/crc.hpp>
#include <boost/cregex.hpp>
#include <boost/cstdfloat.hpp>
#include <boost/cstdint.hpp>
#include <boost/cstdlib.hpp>
#include <boost/current_function.hpp>
#include <boost/cxx11_char_types.hpp>
#include <boost/date_time.hpp>
#include <boost/dll.hpp>
#include <boost/dynamic_bitset_fwd.hpp>
#include <boost/dynamic_bitset.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/exception_ptr.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach_fwd.hpp>
#include <boost/foreach.hpp>
//#include <boost/format.hpp>
#include <boost/functional.hpp>
#include <boost/function_equal.hpp>
#include <boost/function.hpp>
#include <boost/function_output_iterator.hpp>
#include <boost/generator_iterator.hpp>
// doesn't work? #include <boost/geometry.hpp>
#include <boost/get_pointer.hpp>
#include <boost/hana.hpp>
#include <boost/implicit_cast.hpp>
#include <boost/indirect_reference.hpp>
#include <boost/integer_fwd.hpp>
#include <boost/integer.hpp>
#include <boost/integer_traits.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/io_fwd.hpp>
#include <boost/is_placeholder.hpp>
#include <boost/iterator_adaptors.hpp>
#include <boost/iterator.hpp>
#include <boost/last_value.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/limits.hpp>
#include <boost/locale.hpp>
#include <boost/local_function.hpp>
#include <boost/make_default.hpp>
#include <boost/make_shared.hpp>
#include <boost/make_unique.hpp>
#include <boost/math_fwd.hpp>
#include <boost/mem_fn.hpp>
#include <boost/memory_order.hpp>
#include <boost/metaparse.hpp>
//#include <boost/mpi.hpp>
#include <boost/multi_array.hpp>
#include <boost/next_prior.hpp>
#include <boost/noncopyable.hpp>
#include <boost/nondet_random.hpp>
#include <boost/none.hpp>
#include <boost/none_t.hpp>
#include <boost/non_type.hpp>
#include <boost/operators.hpp>
//#include <boost/operators_v1.hpp>
#include <boost/optional.hpp>
#include <boost/parameter.hpp>
#include <boost/phoenix.hpp>
#include <boost/pointee.hpp>
#include <boost/pointer_cast.hpp>
#include <boost/pointer_to_other.hpp>
#include <boost/polymorphic_cast.hpp>
#include <boost/polymorphic_pointer_cast.hpp>
#include <boost/preprocessor.hpp>
#include <boost/process.hpp>
#include <boost/program_options.hpp>
#include <boost/progress.hpp>
//#include <boost/python.hpp>
#include <boost/random.hpp>
#include <boost/range.hpp>
#include <boost/ratio.hpp>
#include <boost/rational.hpp>
#include <boost/ref.hpp>
#include <boost/regex_fwd.hpp>
#include <boost/regex.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/scope_exit.hpp>
#include <boost/shared_array.hpp>
#include <boost/shared_container_iterator.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/spirit/include/classic.hpp>
#include <boost/static_assert.hpp>
#include <boost/swap.hpp>
#include <boost/thread.hpp>
#include <boost/throw_exception.hpp>
#include <boost/timer.hpp>
#include <boost/token_functions.hpp>
#include <boost/token_iterator.hpp>
#include <boost/tokenizer.hpp>
#include <boost/type.hpp>
#include <boost/type_index.hpp>
#include <boost/type_traits.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/utility.hpp>
#include <boost/variant.hpp>
#include <boost/version.hpp>
#include <boost/visit_each.hpp>
//#include <boost/wave.hpp>
#include <boost/weak_ptr.hpp>
// postponed to the end:
#include <boost/bimap.hpp>
#include <boost/flyweight.hpp>
#include <boost/multi_index_container_fwd.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/signals2.hpp>