Maksim Skurydzin

Results 1 issues of Maksim Skurydzin

Looking at the portability header, noticed we detect asan/tsan in the following way: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/stubs/port.h#L146 ```c++ #if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER) ||\ defined(MEMORY_SANITIZER) ``` Why don't we use the standard defines automatically...

c++
cleanup
inactive