Boost logo

Boost Users :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-03-08 12:40:39


AMDG

Brad wrote:
> If I change line 61 from:
> struct syslog : is_generic, formatter::uses_tag< formatter::level,
> ::boost::logging::tag::level >, boost::logging::op_equal::always_equal {
>
> to:
> struct syslog : is_generic, formatter::uses_tag<
> boost::logging::tag::level, ::boost::logging::tag::level >,
> boost::logging::op_equal::always_equal {
>

Ought to be

struct syslog
 : is_generic,
   formatter::uses_tag<syslog, ::boost::logging::tag::level >,
   boost::logging::op_equal::always_equal {

I think. John?

> It compiles and appears to work fine (I don't claim to understand the
> effects of this change). Forgive me if I'm missing something obvious or
> wasting anyones time.
> I'm thinking this is a bug but there's a high percentage chance it's an
> error on my part lol.
>
Since you aren't using this class it doesn't matter that your change is also
incorrect, because the problem will not manifest itself. And yes you did
find a bug.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net