boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

Possible copypaste typo. #223

Closed pbalash0v closed 2 years ago

pbalash0v commented 2 years ago

Hi, This looks like a copypaste typo: https://github.com/boostorg/container/blob/f548e87cf5d5197992dd25c48a47e1db4924cde6/include/boost/container/throw_exception.hpp#L100

Presumably this should be:

typedef length_error length_error_t;

Regards, Pavel.

igaztanaga commented 2 years ago

Thanks for the report!