summaryrefslogtreecommitdiff
path: root/boost/context/posix/segmented_stack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/context/posix/segmented_stack.hpp')
-rw-r--r--boost/context/posix/segmented_stack.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/context/posix/segmented_stack.hpp b/boost/context/posix/segmented_stack.hpp
index 25842b6d32..e3d2efcb5b 100644
--- a/boost/context/posix/segmented_stack.hpp
+++ b/boost/context/posix/segmented_stack.hpp
@@ -47,8 +47,6 @@ public:
basic_segmented_stack( std::size_t size = traits_type::default_size() ) BOOST_NOEXCEPT_OR_NOTHROW :
size_( size) {
- BOOST_ASSERT( traits_type::minimum_size() <= size_);
- BOOST_ASSERT( traits_type::is_unbounded() || ( traits_type::maximum_size() >= size_) );
}
stack_context allocate() {