kunpengcompute / hyperscan

A high-performance regular expression matching library
https://www.hyperscan.io
Other
88 stars 29 forks source link

can not built use gcc 5.4.0 #9

Open GitSoftwareNow opened 4 years ago

GitSoftwareNow commented 4 years ago

boost version 1.69 gcc version 5.4.0

/usr/include/boost/type_traits/is_unsigend.hpp:131:20: error redefinition of 'struct boost::is_unsined' template <> struct is_unsigend : public false_type{};

echoechoin commented 4 years ago

可以注释掉: // struct boost::is_unsined' template <> struct is_unsigend : public false_type{}; 反正能编译成功,能不能通过测试我就不知道了~

GitSoftwareNow commented 4 years ago

可以注释掉: // struct boost::is_unsined' template <> struct is_unsigend : public false_type{}; 反正能编译成功,能不能通过测试我就不知道了~

It's a bad idea