Hi Bowen,

Unless there is a strong reason not to use the STL regex, it is better not to 
add a new dependency. You can currently developing with GnU Radio 3.7 which 
does not require C++11, but the next release, 3.8, does require it, so I'd 
recommendation using the STL version and make C++11 required for your OOT 
module already.

On Sat, Jun 22, 2019, at 5:53 AM, Bowen Hu wrote:
> Hi all,
> 
> I am working on the gr-verilog bock which make the Verilog module work with 
> GNU Radio at real-time. As a part of function of this block, I need to parse 
> the source code that Verilator , a tool that convert Verilog code into C++, 
> generated.
> 
> I am implementing this feature with regex. But I am not sure which tool 
> should I use in GNU Radio, C++11 STL Regex or Boost.Regex?
> 
> Thank you, if you could give me some advice.
> 
> Best regards,
> Bowen
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to