Re: conversion utility for sigc++ v1 -> v2



In my experience, 99% was a sed script around

s/SigC/sigc/g
s/slot/mem_fun/g

If you need to recognize when to use mem_fun and when ptr_fun, then it's way harder.

Leandro Fanzone.

Paul Davis wrote:

does anyone know where i can find a handy sed/perl/python/whatever
script to convert 80K line of gtkmm v1.2 code over to sigc++2 ?

--p
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]