3985bf4b19
This should fix the following compilation error and other similar ones: converting to ‘std::tuple<flightgear::AddonVersionSuffixPrereleaseType, int, bool, int>’ from initializer list would use explicit constructor ‘constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) According to <https://stackoverflow.com/a/32084829/4756009>, the change wouldn't be needed in C++14 (and it built fine with my g++) but we use C++11. |
||
---|---|---|
.. | ||
Addon.cxx | ||
Addon.hxx | ||
addon_fwd.hxx | ||
AddonManager.cxx | ||
AddonManager.hxx | ||
AddonVersion.cxx | ||
AddonVersion.hxx | ||
CMakeLists.txt | ||
test_AddonManagement.cxx |