mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix container_traits for pointer type
fix to_string for longer string
This commit is contained in:
parent
dd2b9511eb
commit
73cdad232b
14 changed files with 513 additions and 61 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <sprout/variant/get.hpp>
|
||||
#include <sprout/variant/static_visitor.hpp>
|
||||
#include <sprout/variant/static_variant_visitor.hpp>
|
||||
#include <sprout/variant/as_visitor.hpp>
|
||||
#include <sprout/variant/as_variant_visitor.hpp>
|
||||
#include <sprout/variant/visitor_result.hpp>
|
||||
#include <sprout/variant/apply_visitor.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue