mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 05:34:36 +02:00
Untabified.
[SVN r12838]
This commit is contained in:
@@ -143,9 +143,9 @@ int const m = 16; // threads
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::puts(title);
|
std::puts(title);
|
||||||
|
|
||||||
boost::shared_ptr<int> pi(new int);
|
boost::shared_ptr<int> pi(new int);
|
||||||
|
|
||||||
pthread_t a[m];
|
pthread_t a[m];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user