Files
pkgsrc-ng/inputmethod/ibus-pinyin/patches/patch-src_PYUtil.h
2013-09-26 17:14:40 +02:00

16 lines
514 B
C++

$NetBSD: patch-src_PYUtil.h,v 1.1 2012/04/22 14:02:50 obache Exp $
* error `already defined' on NetBSD-5.1.2.
--- src/PYUtil.h.orig 2011-09-17 02:43:37.000000000 +0000
+++ src/PYUtil.h
@@ -43,7 +43,7 @@
namespace std {
// import boost::shared_ptr to std namespace
- using boost::shared_ptr;
+ // using boost::shared_ptr;
// import boost::scoped_ptr to std namespace, and rename to unique_ptr
// XXX: the unique_ptr can transfer the pointer ownership,
// but scoped_ptr cannot.