Closed Melnytskyi closed 1 year ago
In windows/protected_fixedsize_stack.hpp used boost assertions, but not included
and then if not included "boost assert" before including "protected fixed size stack", build in windows fails
ty
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