Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* This is a workaround for the build failure. ``` ./base/logging.h:175:9: error: no match for 'operator<<' (operand types are 'std::ostringstream' {aka 'std::__cxx11::basic_ostringstream<char>'} and 'const mozc::commands::Input') 175 | os_ << v; | ~~~~^~~~ In file included from /usr/include/c++/13/bits/unique_ptr.h:42, from /usr/include/c++/13/memory:78, from ./client/client.h:36, from client/client.cc:32: ``` PiperOrigin-RevId: 591739675
- Loading branch information