GOGOYAO

Results 14 issues of GOGOYAO

Class `Allocation` is not initialized and I will get a compile error like this. ``` error: ‘worklist.absl::lts_20220623::InlinedVector::storage_.absl::lts_20220623::inlined_vector_internal::Storage::data_.absl::lts_20220623::inlined_vector_internal::Storage::Data::allocated.absl::lts_20220623::inlined_vector_internal::Storage::Allocated::allocated_capacity’ may be used uninitialized [-Werror=maybe-uninitialized] ```

Looking forward to the comparision with moodycamel::ConcurrentQueue

Folly code commit is 8c52d79a616f7a89095d3121a7f02394c16c0848 OS is centos 7 gcc 11 my build cmd is sh -x build.sh --extra-cmake-defines='{"CMAKE_PREFIX_PATH":"/usr/include/openssl11", "BUILD_TESTS":"OFF"}' --scratch-path=./bld Error is ``` - Configuring done CMake Error in...

我看路由里面就赔了一个search,但是点击按钮访问的是http://xxxx/index,会404错误。 特此请教下这个问题。