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

add has_operator type_traits

This commit is contained in:
bolero-MURAKAMI 2016-04-06 19:24:26 +09:00
parent b0f446c959
commit 35305c18fb
73 changed files with 1597 additions and 118 deletions

View file

@ -9,9 +9,9 @@
#define SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP
#include <sprout/config.hpp>
#include <sprout/functional/polymorphic/pre_inc.hpp>
#include <sprout/functional/polymorphic/pre_dec.hpp>
#include <sprout/functional/polymorphic/post_inc.hpp>
#include <sprout/functional/polymorphic/post_dec.hpp>
#include <sprout/functional/polymorphic/pre_increment.hpp>
#include <sprout/functional/polymorphic/pre_decrement.hpp>
#include <sprout/functional/polymorphic/post_increment.hpp>
#include <sprout/functional/polymorphic/post_decrement.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP