boost.optional 1.90.0.bcr.1Latest published 3.5mo ago
MODULE.bazel
bazel_dep(name = "boost.optional", version = "1.90.0.bcr.1")
README

optional

A library for representing optional (nullable) objects in C++.

optional<int> readInt(); // this function may return either an int or a not-an-int

if (optional<int> oi = readInt()) // did I get a real int
  cout << "my int is: " << *oi;   // use my int
else
  cout << "I have no int";

For more information refer to the documentation provided with this library.

About

Boost.org optional module

@boostorg/optional@boostorg
Homepage
60stars
Sunday, February 15, 2026
@wep21#7486 feat: boost 1.90.0.bcr.1 (#7486)

Languages

C++97%
Starlark1.7%
CMake0.7%
Shell0.4%
HTML0.2%

Maintainers

@wep21
@Vertexwahn

Compatibility

Versions

1.90.0.bcr.1 +1.3mo9% 192026-02-15
1.83.0.bcr.4 +24d8% 162026-01-06
1.89.0.bcr.2 +<1h13% 262025-12-13
1.88.0.bcr.3 +1.1mo8% 172025-12-13
1.89.0.bcr.1 +5d9% 192025-11-11
1.88.0.bcr.2 +2.1mo9% 182025-11-06
1.89.0 +1.4mo3% 72025-09-03
1.88.0.bcr.1 +4.7mo5% 102025-07-22
1.87.0 +4.1mo15% 322025-03-03
1.83.0.bcr.1 +2.2mo13% 282024-11-01
1.83.08% 162024-08-26