Show
Ignore:
Timestamp:
09/22/08 19:30:55 (5 years ago)
Author:
frsyuki
Message:

lang/c/mpio: mp::iothreads::writer: fix thread-safety

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/mpio/trunk/mp/buffer_impl.pre.h

    r18183 r19729  
    3434 
    3535template <typename ThreadTag> 
    36 scoped_ptr< buffer<ThreadTag> > buffer<ThreadTag>::s_instance; 
     36std::auto_ptr< buffer<ThreadTag> > buffer<ThreadTag>::s_instance; 
    3737 
    3838template <typename ThreadTag>