mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
astyle
This commit is contained in:
parent
c5c6baad74
commit
8e0892fa31
@ -100,9 +100,13 @@ enum class async_overflow_policy
|
|||||||
//
|
//
|
||||||
// Log exception
|
// Log exception
|
||||||
//
|
//
|
||||||
namespace details { namespace os {
|
namespace details
|
||||||
std::string errno_str(int err_num);
|
{
|
||||||
}}
|
namespace os
|
||||||
|
{
|
||||||
|
std::string errno_str(int err_num);
|
||||||
|
}
|
||||||
|
}
|
||||||
class spdlog_ex : public std::exception
|
class spdlog_ex : public std::exception
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user