C++17 fix: call only APIs
The standard library insists that most of its APIs are "call only", and that doing things such as taking the address of standard library functions is not supported. PiperOrigin-RevId: 212031813
Loading
Please sign in to comment