mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-15 13:26:40 +02:00
Fix the unit test of adapt_struct for consistency with other tests of the same kind.
This commit is contained in:
@ -159,7 +159,7 @@ main()
|
|||||||
{
|
{
|
||||||
// conversion from point to list
|
// conversion from point to list
|
||||||
point p = {5, 3, 3};
|
point p = {5, 3, 3};
|
||||||
list<int, long> l(p);
|
list<int, long, int> l(p);
|
||||||
l = p;
|
l = p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user