Opened 4 years ago

Last modified 4 years ago

#5646 closed defect

format.h is bugged — at Initial Version

Reported by: Silier Owned by:
Priority: Must Have Milestone: Alpha 24
Component: Build & Packages Keywords:
Cc: Patch:

Description

fmt::internal::CharTraits<char>::convert': cannot access private member declared

that basically means one cannot use wstring and pass it to LOGWARNING or similar calls, where conversion is needed.

Issue have been fixed, but we have outdated version: https://github.com/fmtlib/fmt/issues/117 File itself is available here: https://github.com/fmtlib/fmt/blob/master/include/fmt/format.h

One cannot simply download and replace the file, because there have been done modifications to our version of file, so they need to be done in new version of file too.

Change History (0)

Note: See TracTickets for help on using tickets.