mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add shrink_to_fit, unmove
This commit is contained in:
parent
22c3f6e132
commit
ae77da19e1
12 changed files with 192 additions and 45 deletions
|
@ -23,10 +23,10 @@ namespace testspr {
|
|||
: public std::runtime_error
|
||||
{
|
||||
public:
|
||||
explicit assertion_failed(std::string const& msg)
|
||||
explicit SPROUT_NON_CONSTEXPR assertion_failed(std::string const& msg)
|
||||
: std::runtime_error(msg)
|
||||
{}
|
||||
explicit assertion_failed(char const* msg)
|
||||
explicit SPROUT_NON_CONSTEXPR assertion_failed(char const* msg)
|
||||
: std::runtime_error(msg)
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue