summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__locale
diff options
context:
space:
mode:
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