intel / intel/hyperscan

compiler error when add DUMP_SUPPORT option.

Open
#98 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.