Thrill  0.1
mng.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  * foxxll/mng.hpp
3  *
4  * Part of FOXXLL. See http://foxxll.org
5  *
6  * Copyright (C) 2007, 2009 Andreas Beckmann <[email protected]>
7  *
8  * Distributed under the Boost Software License, Version 1.0.
9  * (See accompanying file LICENSE_1_0.txt or copy at
10  * http://www.boost.org/LICENSE_1_0.txt)
11  **************************************************************************/
12 
13 #ifndef FOXXLL_MNG_HEADER
14 #define FOXXLL_MNG_HEADER
15 
19 
20 //! \c FOXXLL library namespace
21 namespace foxxll {
22 
23 // ...
24 
25 } // namespace foxxll
26 
27 #endif // !FOXXLL_MNG_HEADER
28 
29 /**************************************************************************/
FOXXLL library namespace