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:
parent
b0f446c959
commit
35305c18fb
73 changed files with 1597 additions and 118 deletions
|
@ -9,9 +9,9 @@
|
|||
#define SPROUT_FUNCTIONAL_INC_DEC_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/functional/pre_inc.hpp>
|
||||
#include <sprout/functional/pre_dec.hpp>
|
||||
#include <sprout/functional/post_inc.hpp>
|
||||
#include <sprout/functional/post_dec.hpp>
|
||||
#include <sprout/functional/pre_increment.hpp>
|
||||
#include <sprout/functional/pre_decrement.hpp>
|
||||
#include <sprout/functional/post_increment.hpp>
|
||||
#include <sprout/functional/post_decrement.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_FUNCTIONAL_INC_DEC_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue