You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace `boost::optional` with `std::optional`
- Replace `boost::any` with `std::any`
- Use `std::weak_from_this` to create a `weak_ptr` from a `shared_ptr`
- Leverage initializers for if to simplify code
The 1st step will download vcpkg and then install all dependencies according to the version description in [vcpkg.json](./vcpkg.json). The 2nd step will build the Pulsar C++ libraries under `./build/lib/`, where `./build` is the CMake build directory.
61
64
62
65
> You can also add the CMAKE_TOOLCHAIN_FILE option if your system already have vcpkg installed.
0 commit comments