| 869 | |
| 870 | template <typename funct> |
| 871 | const negate_function_object<funct> negate_function(const funct& f) { return negate_function_object<funct>(f); } |
| 872 | |
| 873 | // ---------------------------------------------------------------------------------------- |
| 874 |
no outgoing calls