mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add tuple assignment for pair
This commit is contained in:
parent
ae9578ce37
commit
87ed3d5548
11 changed files with 262 additions and 26 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#ifdef TESTSPR_CONFIG_ENABLE_STATIC_WARNING
|
||||
# include <boost/serialization/static_warning.hpp>
|
||||
#endif
|
||||
#include <sprout/assert.hpp>
|
||||
#ifdef TESTSPR_CONFIG_ENABLE_STATIC_WARNING
|
||||
# include <sprout/static_warning.hpp>
|
||||
#endif
|
||||
|
||||
namespace testspr {
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue