circular_buffer
circular_buffer copied to clipboard
Fix error flagged by -fsanitize=nonnull-attribute
Summary:
this fixes the error reported by -fsanitize=nonnull-attribute analyzer:
/workdir/UnpackedTarball/boost/boost/circular_buffer/debug.hpp:37:17: runtime error: null pointer passed as argument 1, which is declared to never be null
/usr/include/string.h:62:62: note: nonnull attribute specified here