mirror of
https://github.com/boostorg/array.git
synced 2026-01-25 08:32:24 +01:00
Merge [53104] and [53105] from the trunk
[SVN r53198]
This commit is contained in:
@@ -27,7 +27,7 @@ int main()
|
||||
typedef boost::array<float,6> Array;
|
||||
|
||||
// create and initialize an array
|
||||
const Array a = { { 42.42 } };
|
||||
const Array a = { { 42.42f } };
|
||||
|
||||
// use some common STL container operations
|
||||
std::cout << "static_size: " << a.size() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user