OSDN Git Service

Refactoring: C++11 style DISABLE_ bionic marcos
authorDmitriy Ivanov <dimitry@google.com>
Mon, 8 Sep 2014 23:22:22 +0000 (16:22 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 1 Oct 2014 23:03:51 +0000 (16:03 -0700)
commitef1306d77718cc74a8df5673a15649dea317571d
tree5c3b3bfc11e46b3ae4021545a36c33ec49e0dafa
parent61c4147fa8c8abb33ae6fecb85dd1ae1b60e1ed6
Refactoring: C++11 style DISABLE_ bionic marcos

  Enable the -std=gnu++11 flag for libstdc++ static and
  dynamic libs.

  ScopeGuard uses DISABLE_ macros instead of '= delete';

(cherry picked from commit d9ff7226613014056c9edd79a68dc5af939107a0)

Change-Id: If2573d080770e18b36b56106f2369f7bb682cd3c
libc/Android.mk
libc/private/ScopeGuard.h
libc/private/bionic_macros.h
linker/linker.cpp
tests/dlfcn_test.cpp
tests/math_test.cpp
tests/pthread_test.cpp