Commit 2b44e25a by Jason Merrill

new

From-SVN: r17501
parent 343c89cd
// Build don't link:
struct locale
{
template<class _Facet>
locale (const locale&, _Facet*);
locale(int*) throw();
};
void f(int* p) { locale keep (p); }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment