compiler error when add DUMP_SUPPORT option.
Open
- Dominant language
- C++
- Stars
- 5.5k
- Forks
- 816
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
when compiler hyperscan 5.0, with DUMP_SUPPORT:
set(DUMP_SUPPORT ON)
#CMAKE_DEPENDENT_OPTION(DUMP_SUPPORT "Dump code support; normally on, except in release builds" ON "NOT RELEASE_BUILD" OFF)
file src/nfa/limex_dump.cpp error:
/home/xjp/hy5/hyperscan-master/src/nfa/limex_dump.cpp:94:39: error: 'memcpy' was not declared in this scope
after adding : #include
It's OK.
Contributor guide
Assessment
This issue has not been assessed yet.