mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add math comparison functions
This commit is contained in:
parent
ae77da19e1
commit
3df16007a5
14 changed files with 775 additions and 11 deletions
|
@ -55,7 +55,9 @@ namespace sprout {
|
|||
inline SPROUT_CXX14_CONSTEXPR typename std::enable_if<
|
||||
!sprout::detail::has_mem_shrink_to_fit<Container&&>::value
|
||||
>::type
|
||||
container_shrink_to_fit_default(Container&&) {}
|
||||
container_shrink_to_fit_default(Container&&) {
|
||||
return ;
|
||||
}
|
||||
} // namespace detail
|
||||
|
||||
namespace container_detail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue