forked from boostorg/smart_ptr
Merged revision(s) 82188 from trunk: Untabify.
[SVN r82189]
This commit is contained in:
@@ -15,6 +15,6 @@ struct X
|
||||
|
||||
int main()
|
||||
{
|
||||
std::unique_ptr<X[]> px;
|
||||
std::unique_ptr<X[]> px;
|
||||
boost::shared_ptr<X> px2( px );
|
||||
}
|
||||
|
Reference in New Issue
Block a user