Removed forward declarations

Since forward declarations are present in the fwd.h header, having them here is redundant
pull/1909/head
Christian Panov 4 years ago committed by GitHub
parent efbff95ec7
commit 9194802716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,14 +78,6 @@
#define SPDLOG_CATCH_ALL() catch (...)
#endif
namespace spdlog {
class formatter;
namespace sinks {
class sink;
}
#if defined(_WIN32) && defined(SPDLOG_WCHAR_FILENAMES)
using filename_t = std::wstring;
// allow macro expansion to occur in SPDLOG_FILENAME_T

Loading…
Cancel
Save