You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the remaining C files to C++, except for external source code (e.g. memcached)
and a few .c files that are there to verify that our client library still builds from
C code.
The only real exception is libservices/, where ODR violations (services are defined
as structs in some files and as void * in others) mean that linking with C++
linkage would break linking on Windows.
Post-push fix, second try: Make stack_direction.cc a .c file again, since it doesn't
compile as C++, and thus silently makes us think the stack grows upwards.
Change-Id: I61f6a281ffcd5c0fca9f4b9976aeb580dd1b0b65
0 commit comments