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,7 +9,7 @@
#define SPROUT_FUNCTIONAL_MEMBERS_HPP
#include <sprout/config.hpp>
#include <sprout/functional/mem_ptr.hpp>
#include <sprout/functional/member_pointer.hpp>
#include <sprout/functional/member.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_MEMBERS_HPP