array icon indicating copy to clipboard operation
array copied to clipboard

Boost.org array module

Results 6 array issues
Sort by recently updated
recently updated
newest added

Defining overloads in `namespace std` is undefined behavior, so I'm wondering why we're adding overloads of `std::get` for `boost::array`. Since we aren't specializing `std::tuple_size` or `std::tuple_element`, these overloads would never...

This PR adds javadocs to `array.hpp`. This is the [output preview with b2 + doxygen](https://alandefreitas.github.io/boost-array-docs/boost/array.html). Unfortunately, the b2 doxygen rule does not support [member grouping](https://www.doxygen.nl/manual/grouping.html#memgroup), which would nicely split the...

I'm seeing a warning being emitted by this library when I'm using Xcode 10.3: https://github.com/boostorg/array/blob/92f66a9f14ca1eef03b6028b01a1cab05e989991/include/boost/array.hpp#L185 > Possible misuse of comma operator here ![image](https://user-images.githubusercontent.com/192418/93354305-2410dd80-f83d-11ea-9c03-8f0a637bd472.png) Initially I thought of making a PR...

This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...