mirror of
https://github.com/boostorg/fusion.git
synced 2026-05-04 11:44:13 +02:00
47070610d0d44a99ebd266e4d856e902a9c32a4a
there is no reasons defining those probably.
This change allows to be vector trivially copyable iff all elements are
trivially copyable, i.e. following static assert now passes.
```cpp
static_assert(std::is_trivially_copyable<vector<double, int>>{});
```
Description
Boost.org fusion module
Languages
C++
100%