summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-06 10:14:37 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-06 10:14:37 +0000
commit25b577c6b5e2a103103be966516ff8935c854345 (patch)
tree5b4732264587bf887f93ba3a063ef4e489db541e /libstdc++-v3/config
parentcaf6df13e58d034c3cecba40f9a919757f36309e (diff)
downloadgcc-25b577c6b5e2a103103be966516ff8935c854345.tar.gz
2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/47185 * src/placeholders.cc: New. * src/Makefile.am: Adjust. * src/Makefile.in: Regenerate. * include/std/functional (placeholders::_1, _2, ..., _29): Declare extern. * config/abi/pre/gnu.ver: Export. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index f8c32e1a6e4..6633273cbc9 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1196,6 +1196,9 @@ GLIBCXX_3.4.15 {
# std::future_category is now a function
_ZSt15future_categoryv;
+ # std::placeholders
+ _ZNSt12placeholders*;
+
} GLIBCXX_3.4.14;
# Symbols in the support library (libsupc++) have their own tag.