mirror of
https://github.com/boostorg/array.git
synced 2026-01-23 05:22:08 +00:00
This commit was manufactured by cvs2svn to create tag
'Version_1_17_0'. [SVN r8293]
This commit is contained in:
11
array5.cpp
11
array5.cpp
@@ -54,11 +54,10 @@ int main()
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
typedef boost::array<double,6> DArray;
|
||||
typedef boost::array<int,6> IArray;
|
||||
IArray ia = { 1, 2, 3, 4, 5, 6 };
|
||||
DArray da;
|
||||
da = ia;
|
||||
da.assign(42);
|
||||
//typedef boost::array<double,6> DArray;
|
||||
//typedef boost::array<int,6> IArray;
|
||||
//IArray ia = { { 1, 2, 3, 4, 5, 6 } };
|
||||
//DArray da;
|
||||
//da.assign(ia);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user