Registry / utility / boost-smart-ptr

boost-smart-ptr

JSON →
library1.90.0vcpkgunverified

Boost smart_ptr module provides smart pointer classes like shared_ptr, weak_ptr, and intrusive_ptr.

vcpkg install boost-smart-ptr
INSTALL
IMPORT
SIG · BOOST-SMART-PTR
B
boost-smart-ptr
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/smart_ptr.hpp
#include <boost/smart_ptr.hpp>

Creating and using a shared_ptr

#include <boost/smart_ptr.hpp> #include <iostream> int main() { boost::shared_ptr<int> p = boost::make_shared<int>(42); std::cout << *p << std::endl; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-smart-ptr — pip install boost-smart-ptr · libregistry