mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 08:12:14 +00:00
0f4ecbcd4bd13743f74745257b95fabdbde33f0f
Add constructor and assignment operator implementations for gcc 4.4 since it does not support defaulted move constructors and assignment. The operators are also used for gcc 4.5 for good measure (I cannot test it but gcc 4.6 does not need this workaround). Also the workaround is used for MSVC as well. The previous MSVC branch was incorrect since it did not invoke base class constructors and assignment.
Description
Mirrored via gitea-mirror
Languages
C++
98.2%
C
1.7%