Update documentation

This commit is contained in:
Peter Dimov
2025-01-25 18:00:27 +02:00
parent 01983ff604
commit 9b8a342f44
5 changed files with 177 additions and 188 deletions

View File

@ -37,7 +37,3 @@ Note that for standard conforming compilers it is possible to use fewer braces (
```cpp
boost::array<int,4> a = { 1, 2, 3 };
```
I'd appreciate any constructive feedback. **Please note: I don't have time to read all boost mails. Thus, to make sure that feedback arrives to me, please send me a copy of each mail regarding this class.**
The code is provided "as is" without expressed or implied warranty.