boost::shared_ptr<T> and Gtk::TreeModelColumn<T>
- From: Paul Davis <paul linuxaudiosystems com>
- To: gtkmm-list gnome org
- Subject: boost::shared_ptr<T> and Gtk::TreeModelColumn<T>
- Date: Mon, 18 Sep 2006 16:26:03 -0400
any opinions on the best way to have:
Gtk::TreeModelColumn<boost::shared_ptr<T> >
at the moment, g++ appears to pick the void* partial specialization of
TreeModelColumn, which leads to problems later (glib complains that the
object is not actually a G_TYPE_POINTER etc). i have considered
implementing another partial specialization, but I am not sure it will
solve the issue. any thoughts?
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]