Logo white

Hu Chunming / vpt_ascend

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • vpt_ascend
  • 3rdparty
  • spdlog-1.9.2
  • release
  • include
  • spdlog
  • fwd.h
  • Merge branch 'dev-hucm-ubuntu' of 192.168.10.182:ming/vpt_ascend into dev-hucm-ubuntu
    dd314366
    Hu Chunming authored
    2023-05-15 15:56:43 +0800  
    Browse Code ยป
fwd.h 260 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)

#pragma once

namespace spdlog {
class logger;
class formatter;

namespace sinks {
class sink;
}

} // namespace spdlog