Long Deng

Results 5 issues of Long Deng

### What problem does this PR solve? As title. Tests - No code

Just build the simplest example: ```cpp #include #include "boost/stacktrace/stacktrace.hpp" using namespace std; int main() { cout

When use a short-only options name, `ParseResult::arguments.key()` will be empty string, because only long_name will be insert into m_sequential in `parse_option`: ```cpp // line 2164~2178 inline void OptionParser::parse_option ( const...

I build RisGraph with gcc-11.4.0, and got error: ``` /home/ldeng/related_works/RisGraph/deps/abseil-cpp/absl/synchronization/internal/graphcycles.cc: I n member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(vo id*)’: /home/ldeng/related_works/RisGraph/deps/abseil-cpp/absl/synchronization/internal/graphcycles.cc:45 1:26: error: ‘numeric_limits’ is not a member of ‘std’ 451 | if...

I manually compiled and installed snappy 1.10 from source, then I tried to use cmake to compile levelDB, but it still prompted that it could not find snappy_compress, and compression...