2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-18 14:12:19 +00:00
Files
log/src
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
..
2015-01-25 17:32:33 +03:00
2015-01-25 17:32:33 +03:00
2015-01-25 17:32:33 +03:00
2015-07-18 20:32:07 +03:00
2016-04-14 19:32:02 +03:00