rangeless::fn
test.cpp
Go to the documentation of this file.
1
#define RANGELESS_FN_ENABLE_RUN_TESTS 1
2
3
#include <
fn.hpp
>
4
5
int
main
()
6
{
7
#if RANGELESS_FN_ENABLE_RUN_TESTS
8
rangeless::fn::impl::run_tests();
9
rangeless::mt::impl::run_tests();
10
#endif
11
12
return
0;
13
}
main
int main()
Definition:
test.cpp:5
fn.hpp
test
test.cpp
Generated by
1.8.15