Opened 10 years ago
Closed 10 years ago
#6988 closed Tasks (fixed)
C++11 -> Array obsolete ?
| Reported by: | Owned by: | Marshall Clow | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | array |
| Version: | Boost 1.49.0 | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
It seems that Array is totally replaced by the C++11 environments.
Maybe it should be said in the documentation ?
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It's not totally replaced; for example,
boost::arraysupports Boost.Hash,std::arraydoes not.I've added a paragraph to the front of the docs saying that if you use c++11, you should consider using
std::arrayinstead ofboost::array.