Opened 10 years ago

Closed 10 years ago

#6988 closed Tasks (fixed)

C++11 -> Array obsolete ?

Reported by: Oodini <svdbg@…> 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 Marshall Clow, 10 years ago

It's not totally replaced; for example, boost::array supports Boost.Hash, std::array does not.

I've added a paragraph to the front of the docs saying that if you use c++11, you should consider using std::array instead of boost::array.

comment:2 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [78948]) Merge doc changes to release; fixes #6988

Note: See TracTickets for help on using tickets.