mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +02:00
Merge pull request #197 from Kojoley/vector_n-test-fix-warning
TST: vector_n: Fixed conversion warning
This commit is contained in:
@ -94,7 +94,7 @@ main()
|
||||
}
|
||||
|
||||
{
|
||||
vector2<int, int> t1(123, 456);
|
||||
vector2<int, short> t1(123, 456);
|
||||
vector2<double, float> t2(t1);
|
||||
(void)t2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user