I'm getting the following compiler error:
/tmp/fbcode_builder_getdeps-ZhomeZambZfbthriftZbuildZfbcode_builder/repos/github.com-facebook-mvfst.git/quic/common/third-party/optional.h:1600:14: error: ‘abort’ is not a member of ‘std’
1600 | std::abort();
Probably, the fix is to include cstdlib.
I'm using gcc 14.2.
I'm getting the following compiler error:
/tmp/fbcode_builder_getdeps-ZhomeZambZfbthriftZbuildZfbcode_builder/repos/github.com-facebook-mvfst.git/quic/common/third-party/optional.h:1600:14: error: ‘abort’ is not a member of ‘std’
1600 | std::abort();
Probably, the fix is to include cstdlib.
I'm using gcc 14.2.