诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

19 行
371 B

  1. //
  2. // Copyright(c) 2016 Gabi Melman.
  3. // Distributed under the MIT License (http://opensource.org/licenses/MIT)
  4. //
  5. #pragma once
  6. //
  7. // include bundled or external copy of fmtlib's ostream support
  8. //
  9. #if !defined(SPDLOG_FMT_EXTERNAL)
  10. #ifndef FMT_HEADER_ONLY
  11. #define FMT_HEADER_ONLY
  12. #endif
  13. #include "bundled/ostream.h"
  14. #include "fmt.h"
  15. #else
  16. #include <fmt/ostream.h>
  17. #endif