Bug#613116: libev-dev: c++ compilation problem

2012-08-14 Thread Stefan Bühler
Hi, looks like it got fixed: http://cgit.lighttpd.net/libev.git/commit/ev++.h?id=0c56dcc65f038fe37c790397251f1317aed7539c Don't ask me how to look that up in the upstream cvs :P And ofc no commit message, as usual. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#613116: libev-dev: c++ compilation problem

2011-02-12 Thread Richard Kojedzinszky
Package: libev-dev Version: 1:3.9-1 Severity: important Tags: upstream This simple code does not compile at all: #include iostream #include ev++.h class A { public: void func() { std::cout HW std::endl; } }; int