2
0
mirror of https://github.com/boostorg/fusion.git synced 2026-01-20 04:32:23 +00:00
Files
fusion/test/sequence/vector_n.cpp
Nikita Kniazev a26dcf59ce TST: vector_n: Fixed conversion warning
```
boost\fusion\container\vector\vector.hpp(168): warning C4244: 'initializing': conversion from 'T' to 'T', possible loss of data
1>        with
1>        [
1>            T=int
1>        ]
1>        and
1>        [
1>            T=float
1>        ]
```
2018-10-05 15:54:35 +03:00

8.1 KiB