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

add quaternion adapt (hash, tuple)

This commit is contained in:
bolero-MURAKAMI 2016-02-27 01:21:46 +09:00
parent 35bd69d5d3
commit 37eea2c53d
35 changed files with 1941 additions and 974 deletions

View file

@ -8,7 +8,7 @@
#ifndef SPROUT_COMPLEX_CONTAINER_HPP
#define SPROUT_COMPLEX_CONTAINER_HPP
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/complex/complex.hpp>
#include <sprout/container/traits.hpp>