remove \r
[extl.git] / extl / algorithm / algorithm.h
blob10c406ec3ccde827a3b79657d6bf1ab237a196b0
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: algorithm.h
4 * Created: 08.03.11
5 * Updated: 08.07.01
7 * Brief: The Algorithm library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_ALGORITHM_H
14 #define EXTL_ALGORITHM_H
16 /*!\file algorithm.h
17 * \brief The Algorithm library
19 #ifndef __cplusplus
20 # error algorithm.h need be supported by c++.
21 #endif
23 /* ///////////////////////////////////////////////////////////////////////
24 * Includes
26 #include "prefix.h"
27 #include "std/algorithm.h"
28 #include "for.h"
29 #include "find.h"
30 #include "sort.h"
31 #include "stats.h"
32 /* //////////////////////////////////////////////////////////////////// */
33 #endif /* EXTL_ALGORITHM_H */
34 /* //////////////////////////////////////////////////////////////////// */