mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-20 09:07:14 +02:00
Update fmt library.
This commit is contained in:
2
vendor/Fmt/include/fmt/ostream.h
vendored
2
vendor/Fmt/include/fmt/ostream.h
vendored
@ -85,6 +85,8 @@ template <typename T, typename Char> class is_streamable {
|
||||
using result = decltype(test<T>(0));
|
||||
|
||||
public:
|
||||
is_streamable() = default;
|
||||
|
||||
static const bool value = result::value;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user