Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions include/vcpkg/base/fwd/fmt.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
#pragma once

namespace fmt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At a minimum this needs the warning suppressions:

VCPKG_MSVC_WARNING(push)

{
inline namespace v11
{
template<typename T, typename Char, typename Enable>
struct formatter;

template<typename Char>
class basic_string_view;
}
}
#include <fmt/base.h>

#define VCPKG_FORMAT_AS(Type, Base) \
template<typename Char> \
Expand Down
Loading