mirror of
https://github.com/boostorg/log.git
synced 2026-02-10 11:32:32 +00:00
This results in mode compact code at throw sites as often the exception is thrown with a constant string literal as the description. std::string construction was effectively duplicated at every throw site. Also added constructors taking const char* to bad_alloc-derived exceptions to remove one std::string allocation.