Go to the documentation of this file.
12 #ifndef ARB_FORWARD_LIST_H
13 #define ARB_FORWARD_LIST_H
22 # include <forward_list>
23 # define arb_forward_list std::forward_list
26 # define arb_forward_list std::list
30 #error arb_forward_list.h included twice
31 #endif // ARB_FORWARD_LIST_H