source: trunk/GDE/SINA/builddir/include/spdlog/fmt/ostr.h

Last change on this file was 19170, checked in by westram, 2 years ago
  • sina source
    • unpack + remove tarball
    • no longer ignore sina builddir.
File size: 371 bytes
Line 
1//
2// Copyright(c) 2016 Gabi Melman.
3// Distributed under the MIT License (http://opensource.org/licenses/MIT)
4//
5
6#pragma once
7//
8// include bundled or external copy of fmtlib's ostream support
9//
10#if !defined(SPDLOG_FMT_EXTERNAL)
11#ifndef FMT_HEADER_ONLY
12#define FMT_HEADER_ONLY
13#endif
14#include "bundled/ostream.h"
15#include "fmt.h"
16#else
17#include <fmt/ostream.h>
18#endif
Note: See TracBrowser for help on using the repository browser.