Singly-linked list with bsl::allocator as the default allocator.
bsl::allocator
Declared in <bsl_forward_list.h>
<bsl_forward_list.h>
template<class TYPE> using forward_list = std::forward_list<TYPE, bsl::allocator<TYPE>>;