Thrill  0.1
simple_vector.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * tlx/simple_vector.hpp
3  *
4  * Alias for <tlx/container/simple_vector.hpp>
5  *
6  * Part of tlx - http://panthema.net/tlx
7  *
8  * Copyright (C) 2018 Timo Bingmann <[email protected]>
9  *
10  * All rights reserved. Published under the Boost Software License, Version 1.0
11  ******************************************************************************/
12 
13 #ifndef TLX_SIMPLE_VECTOR_HEADER
14 #define TLX_SIMPLE_VECTOR_HEADER
15 
17 
18 #endif // !TLX_SIMPLE_VECTOR_HEADER
19 
20 /******************************************************************************/