[Bro-Dev] #425: Vector initializer is broken

Bro Tracker bro at tracker.icir.org
Tue Mar 29 13:57:36 PDT 2011


#425: Vector initializer is broken
---------------------+--------------------
 Reporter:  seth     |      Owner:
     Type:  Problem  |     Status:  new
 Priority:  Normal   |  Milestone:  Bro1.6
Component:  Bro      |    Version:
 Keywords:           |
---------------------+--------------------
 vector() can't be used for initializing an empty vector..

 {{{
 global a: vector of string = vector();
 }}}

 {{{
 ./test2.bro, line 1: error: no type can be inferred for empty list
 }}}

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/425>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list