mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-11-26 04:09:34 +01:00
Untabify.
[SVN r82188]
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; px2 = px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user