aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libstdc++-v3/libsupc++/new
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libstdc++-v3/libsupc++/new')
-rw-r--r--gcc-4.9/libstdc++-v3/libsupc++/new2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/libstdc++-v3/libsupc++/new b/gcc-4.9/libstdc++-v3/libsupc++/new
index a65a0b834..229bcea57 100644
--- a/gcc-4.9/libstdc++-v3/libsupc++/new
+++ b/gcc-4.9/libstdc++-v3/libsupc++/new
@@ -131,6 +131,8 @@ void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
__attribute__((__externally_visible__));
void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
__attribute__((__externally_visible__));
+void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
+ __attribute__((__externally_visible__));
void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
__attribute__((__externally_visible__));
void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT