libbooze

Results 8 issues of libbooze

Currently p0257 proposes this to mean uninitialized int: `var unformed_x: Int;` I think much more sensible default is ``` // initialized to 0 var x: Int; ``` ``` // initialized...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

compiler issue

"Deducing this" was accepted for C++23, and although it will probably be years before Google uses it a lot of outside users can benefit from performance improvements sooner since we...

question

First sorry for the ugly name, I could not think of anything better. I know mp11 is mostly a lib for nice manipulation of lists, but one feature that really...

Based on discussion in https://github.com/boostorg/core/pull/179 / @pdimov suggestion. few notes 1. This will break some current code that does not exibit UB, for example constructing `span` of extent 3 from`...

It is quite possible this is just bug in `std::print `implementations, but if you can make something to make it work it would be nice. For gcc14.2 simple use of...

Hi, first of all thank you for amazing library. I have read the documentation and relation with boost-ext/sml is only briefly mentioned. I presume you would not make a new...

I was watching some cobalt youtube video that was going over documentation and I was trying around stuff that was being shown and there is an issue with the documentation....