2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-10 11:32:32 +00:00
Files
log/include
Andrey Semashev 48721d0dc0 Added exception throw methods that take C-style strings for messages.
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.
2016-04-14 19:32:03 +03:00
..