
5 Apr
2011
5 Apr
'11
3:29 p.m.
On Tue, Apr 5, 2011 at 5:16 PM, Christopher Jefferson <chris@bubblescope.net> wrote:
There are lots of names which in C++0x occur in both boost:: and std::. The big ones are tuple, make_tuple and array, but there are others (for example locking functions from thread).
Just wondering, shouldn't boost::array just map to std::array if the latter is available? -- Olaf