C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
main.hpp
Go to the documentation of this file.
1// ===-- main.hpp ----------------------------------------- -*- C++ -*- --=== //
8#ifndef MAIN_HPP
9#define MAIN_HPP
10
12namespace boost
13{
14
16namespace mpl
17{
18
19} // namespace mpl
20} // namespace boost
21
22#endif // MAIN_HPP
Exists to inject functionality into the Boost MPL namespace.
Exists to inject functionality into the Boost namespace.