bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.67k stars 316 forks source link

bslma_memoryresource: Fix documentation rendering #298

Closed hallfox closed 4 months ago

hallfox commented 4 months ago

On the generated documentation, the allocate() member has been combined on the same line as the assignment operator. I suspect this missing //! fixes it.

osubboo commented 4 months ago

Merged into upstream repo