[Bro-Dev] bro 2.1 vs clang

Robin Sommer robin at icir.org
Sat Sep 21 07:58:39 PDT 2013


On Fri, Sep 20, 2013 at 22:11 -0700, you wrote:

>     /home/ports/security/bro/work/bro-2.1/src/Expr.cc:2392:9: error:
> reference to 'is_assignable' is ambiguous

clang will be happy if you change it to this:

    +       if ( ! ::is_assignable(op->Type()) )

I've actually fixed that in a branch, thanks for reminding me to merge
it in for 2.2. :-)

Robin

-- 
Robin Sommer * Phone +1 (510) 722-6541 *     robin at icir.org
ICSI/LBNL    * Fax   +1 (510) 666-2956 * www.icir.org/robin


More information about the bro-dev mailing list