Silence MSVC codecvt deprecation warnings
authorAaron Ballman <aaron@aaronballman.com>
Mon, 15 Aug 2022 12:36:56 +0000 (08:36 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 15 Aug 2022 12:38:07 +0000 (08:38 -0400)
commita31e2859a8229af3574ab2e931624b7c15551fb8
tree9c785d5bce7f0e5f8f542da848a4570b0bc67b3a
parent853bb192c407f5d9e75a5fd55cc089151530cbd3
Silence MSVC codecvt deprecation warnings

This silences warnings about use of deprecated codecvt functionality
after the switch to build with C++17.
third-party/benchmark/src/sysinfo.cc