Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
との間に違いはtr1::shared_ptrありboost::shared_ptrますか?もしそうなら、何ですか?
tr1::shared_ptr
boost::shared_ptr
いいえ、boost shared_ptr のドキュメントには次のように書かれています。
この実装は、std::tr1 ではなく名前空間 boost にあるという唯一の例外を除いて、TR1 仕様に準拠しています。