Registry / utility / bde
library4.36.0.0vcpkgunverified

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

vcpkg install bde
INSTALL
IMPORT
SIG · BDE
B
bde
utilitycppv4.36.0.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.

bsl/bsl.h
#include <bsl/bsl.h>

Basic usage of BDE's allocator infrastructure

#include <bsl/bsl.h> #include <bslma_default.h> int main() { bslma::Allocator *a = bslma::Default::allocator(); (void)a; return 0; }
Debug
Known issues
gotchaBDE has a complex build system; ensure you use the provided CMake targets correctly.
fix
Use BDE::bsl, BDE::bdl, etc. as needed.
affects: *
Upgrade
Version history
4.36.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

bde — pip install bde · libregistry