Panos

Results 3 issues of Panos

Hello, I just observer this from the UBSanitizer(GCC: -fsanitize=undefined): ```linux /home/.../pcap++-src/Packet++/header/Packet.h:347:8: runtime error: member access within address 0x79e286800cb0 which does not point to an object of type 'Packet' 0x79e286800cb0: note:...

Hello, I just want to ask if there is a way to make this code compile: ```cpp // example.hpp #include #include #include class LL; class O { std::list::iterator stlIt; boost::container::list::iterator...

Hello, I just tried to build my C++ project again today with this on my CMake: ```cmake Include(FetchContent) set(FETCHCONTENT_QUIET TRUE) FetchContent_Declare(Boost GIT_REPOSITORY https://github.com/boostorg/boost.git GIT_TAG master # Boost 1.89 OVERRIDE_FIND_PACKAGE GIT_PROGRESS...