Hello,

>>> When building or using libc++ with this change I get a number of errors 
>>> such as:
>>> 
>>>> ../include/random:3412:5: error: attempt to use a deleted function
>>>>  seed_seq() {}
>>>>  ^
>>>> ../include/vector:484:7: note: destructor of 'vector<unsigned int, 
>>>> std::__1::allocator<unsigned int> >' is implicitly
>>>>    deleted because base class '__vector_base<unsigned int, 
>>>> std::__1::allocator<unsigned int> >' has an
>>>>    inaccessible destructor
>>>>  : private __vector_base<_Tp, _Allocator>
>>>>    ^
>> 
>> I can reproduce with TOT and filed PR12497: 
>> <http://llvm.org/bugs/show_bug.cgi?id=12497>
> 
> I ran into this, too - and updated the bug report.

I'm not sure if I'm telling anyone anything new here, but you can use "svn 
merge -r 154248:154247"
to locally revert the changes made in r154248. Afterwards, access rights work 
as they used to.


Jonathan


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to