Sha256: 562993eba13f43f7dedd8ecd7c9c92de7f6f30f95875e7da1d4b96f4fe0cb689

Contents?: true

Size: 631 Bytes

Versions: 24

Compression:

Stored size: 631 Bytes

Contents

//
// Copyright(c) 2016-2018 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//

#pragma once

//
// Include a bundled header-only copy of fmtlib or an external one.
// By default spdlog include its own copy.
//

#if !defined(SPDLOG_FMT_EXTERNAL)
#if !defined(SPDLOG_COMPILED_LIB) && !defined(FMT_HEADER_ONLY)
#define FMT_HEADER_ONLY
#endif
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
#endif
#include <spdlog/fmt/bundled/core.h>
#include <spdlog/fmt/bundled/format.h>
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#endif

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
couchbase-3.0.0-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.beta.1-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.beta.1 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.5-x86_64-linux ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.5-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.5-x86_64-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.5 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.4 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.3 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/spdlog/include/spdlog/fmt/fmt.h
couchbase-3.0.0.alpha.2 ext/third_party/spdlog/include/spdlog/fmt/fmt.h