Registry / utility / boost-uuid

boost-uuid

JSON →
library1.90.0vcpkgunverified

Boost uuid module

vcpkg install boost-uuid
INSTALL
IMPORT
SIG · BOOST-UUID
B
boost-uuid
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/uuid/uuid.hpp
#include <boost/uuid/uuid.hpp>

Generate a random UUID.

#include <boost/uuid/uuid.hpp> #include <boost/uuid/uuid_generators.hpp> #include <iostream> int main() { boost::uuids::random_generator gen; boost::uuids::uuid id = gen(); std::cout << id << std::endl; return 0; }
Debug
Known issues
gotchaBoost.UUID is header-only; no linking required.
fix
Just include the header; no CMake target needed.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-uuid — pip install boost-uuid · libregistry