nooop3 / fcitx

Automatically exported from code.google.com/p/fcitx
GNU General Public License v2.0
0 stars 0 forks source link

Please stop including "base/scoped_ptr.h" in fcitx-mozc #731

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, this is a friendly heads up that "base/scoped_ptr.h" will be deprecated in 
a future release of OSS Mozc.  I'm not sure when it will happen though.

So please stop including "base/scoped_ptr.h" and switch to std::unique_ptr<T> 
in fcitx-mozc.  You can see the detailed background here.
https://code.google.com/p/mozc/issues/detail?id=219

Thanks!

Original issue reported on code.google.com by yukawa@google.com on 24 May 2014 at 7:11

GoogleCodeExporter commented 8 years ago
Thanks! Fixed.

Original comment by wen...@gmail.com on 24 May 2014 at 7:42