mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
3rdparty/fmt: Work around RTTI being disabled
This commit is contained in:
committed by
Connor McLaughlin
parent
226a02a770
commit
5ee751326a
Vendored
+1
-1
@@ -73,7 +73,7 @@ auto get_file(std::filebuf&) -> FILE*;
|
||||
inline auto write_ostream_unicode(std::ostream& os, fmt::string_view data)
|
||||
-> bool {
|
||||
FILE* f = nullptr;
|
||||
#if FMT_MSC_VERSION
|
||||
#if FMT_MSC_VERSION && false
|
||||
if (auto* buf = dynamic_cast<std::filebuf*>(os.rdbuf()))
|
||||
f = get_file(*buf);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user