v8/src/platform
bmeurer@chromium.org be986094a3 Use std:: on symbols declared in C++-style C headers.
Some libraries (e.g. Dinkumware) perform strict checks on whether
the symbols defined in classic C library headers (e.g. <stdio.h>),
or in C++-style C library headers (e.g. <cmath>) are used correctly
(respectively, in the global namespace, or in namespace std).

BUG=
R=danno@chromium.org

Review URL: https://codereview.chromium.org/121303005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18578 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-01-14 09:57:05 +00:00
..
condition-variable.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
condition-variable.h Remove V8_WARN_UNUSED_RESULT for simple getters. 2013-09-10 15:03:17 +00:00
elapsed-timer.h Fix shared_library build after r17107 2013-10-04 14:53:16 +00:00
mutex.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
mutex.h Fix shared_library build after r17107 2013-10-04 14:53:16 +00:00
semaphore.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
semaphore.h Fix shared_library build after r17107 2013-10-04 14:53:16 +00:00
socket.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
socket.h Reland "Deuglify V8_INLINE and V8_NOINLINE." 2013-09-12 08:57:10 +00:00
time.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
time.h Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00