blob: 536a113871d29827ff6735e05af925e78d7db9ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef TMWA_COMPAT_FUN_HPP
#define TMWA_COMPAT_FUN_HPP
# include "../sanity.hpp"
# include <functional>
namespace ph = std::placeholders;
#endif // TMWA_COMPAT_FUN_HPP
|