summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__locale
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
commitc950e77d1d0431b9fa9144e9ea7eaa858d8e032e (patch)
tree31a672a40ebda8b5227d84a342b243b1099c6700 /libcxx/include/__locale
parent166cfa3a428aaf9f0cf780461b4c21aea45eb905 (diff)
downloadbcm5719-llvm-c950e77d1d0431b9fa9144e9ea7eaa858d8e032e.tar.gz
bcm5719-llvm-c950e77d1d0431b9fa9144e9ea7eaa858d8e032e.zip
Effort to reduce the number of exported symbols
llvm-svn: 122057
Diffstat (limited to 'libcxx/include/__locale')
-rw-r--r--libcxx/include/__locale3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/__locale b/libcxx/include/__locale
index 790d37ab5b4..67f191c0ab2 100644
--- a/libcxx/include/__locale
+++ b/libcxx/include/__locale
@@ -55,7 +55,8 @@ public:
explicit locale(const string&);
locale(const locale&, const char*, category);
locale(const locale&, const string&, category);
- template <class _Facet> locale(const locale&, _Facet*);
+ template <class _Facet>
+ _LIBCPP_INLINE_VISIBILITY locale(const locale&, _Facet*);
locale(const locale&, const locale&, category);
~locale() throw();
OpenPOWER on IntegriCloud