﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,phab_field
5646,format.h is bugged,Silier,adrian,"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. 

Command to reproduce:
  `LOGWARNING(""Passed wrong value %ls"", L""wstring"");`",defect,assigned,Must Have,Alpha 24,Build & Packages,,,,
