boostorg / context

307 stars 150 forks source link

Missing include in protected_fixedsize_stack.hpp #212

Closed Melnytskyi closed 1 year ago

Melnytskyi commented 2 years ago

In windows/protected_fixedsize_stack.hpp used boost assertions, but not included

include <boost/assert.hpp>

and then if not included "boost assert" before including "protected fixed size stack", build in windows fails

olk commented 1 year ago

ty