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

add adapt std::array, std::pair

This commit is contained in:
bolero-MURAKAMI 2013-04-13 00:04:01 +09:00
parent 0437b24f12
commit 9e9556b62a
9 changed files with 218 additions and 2 deletions

View file

@ -2,9 +2,9 @@
#define SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP
#include <cstddef>
#include <sscrisk/cel/array.hpp>
#include <sprout/config.hpp>
#include <sprout/functional/hash.hpp>
#include <sscrisk/cel/array.hpp>
namespace sprout {
//

View file

@ -2,9 +2,9 @@
#define SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_UTILITY_HPP
#include <cstddef>
#include <sscrisk/cel/utility.hpp>
#include <sprout/config.hpp>
#include <sprout/functional/hash.hpp>
#include <sscrisk/cel/utility.hpp>
namespace sprout {
//