From: Paul D. <pa...@du...> - 2012-10-15 17:17:48
|
On Mon, Oct 15, 2012 at 1:02 PM, Cantor, Scott <can...@os...> wrote: > On 10/15/12 12:55 PM, "Paul Dugas" <pa...@du...> wrote: >> >>My search skills must be failing me. Been looking into this for a >>couple days with little luck. Got a link or a search term I should be >>using other than log4cpp and CategoryStream? > > Not that. Search for the compiler's generic error message info. That helped. Thanks much. For the archive, my issue arose because by foo class was defined in a namespace while my operator<<() routine was outside of it. I moved the routine into the same namespace as the class and it's working now. Got the idea from the explanation here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7049#c6. -- Paul Pa...@Du... • +1.404.932.1355 522 Black Canyon Park, Canton GA 30114 USA |