1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add bind, mem_fn, ref, and others.

This commit is contained in:
bolero-MURAKAMI 2012-04-10 01:38:55 +09:00
parent 30dbbc44fc
commit aa4fc785b0
29 changed files with 1564 additions and 18 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_FUNCTIONAL_NEGATOR_HPP
#define SPROUT_FUNCTIONAL_NEGATOR_HPP
#include <sprout/config.hpp>
#include <sprout/functional/not1.hpp>
#include <sprout/functional/not2.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_NEGATOR_HPP