diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index 0b921d963..d8fbdeac0 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -4119,8 +4119,8 @@ STL-based libraries (e.g, Intel's TBB provides an allocator). ==== Default allocators A default allocator is always defined by the implementation. -For allocations greater than size zero, it is guaranteed to return -non-[code]#nullptr# and new memory positions every call. +For allocations greater than size zero, when successful it is guaranteed to +return non-[code]#nullptr# and new memory positions every call. The default allocator for const buffers will remove the const-ness of the type (therefore, the default allocator for a buffer of type [code]#const int# will be an [code]#Allocator)#.