miyanyan

Results 14 issues of miyanyan

hi, I am currently looking the implementation of the class_loader, it seems there's no need to allocate a vector and get the size.

Module:Cyber

- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by...

- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by...

- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by...

asio removed boost::asio::socket_base::max_connections, see https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html

hi, asio removed some previously deprecated facilities, see https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html I found this when I update vcpkg's boost to 1.87, if you want update you can use my patch, https://github.com/microsoft/vcpkg/pull/42678/files#diff-d0167ea7c40be42824ecd24c5fb2c429f21f14864eb8ebe778cef28b7d77e449

- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by...

hi, asio removed some previously deprecated facilities, see https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html I found this when I update vcpkg's boost to 1.87 I can create a pr but I don't know what is...

Hi, I got this error when I tried to add to vcpkg: ``` libpeconv\src\peb_lookup.cpp(48): error C2100: you cannot dereference an operand of type 'unsigned __int64' ``` this error refers to:...