Re: g++ 4.1.1 Missing warning

2006-06-24 Thread andrew
Stupid, stupid. While creating a minimal test case, my mistake becomes apparent, so please disregard. In case you're wondering, adding 'explicit' to the main Bifilter constructor stops the first parameter in Bifilter _bif(new Filter(),Bifilter::DELETE_ON_DESTRUCTION); being implicitly convert

Re: g++ 4.1.1 Missing warning

2006-06-24 Thread andrew
No negative responses, so I'll enter it in bugzilla. Andrew Walrond