Remove comment about GCC commit which didn't really relate to the code.

pull/2576/head
Anthony VH 2021-01-24 20:02:24 +01:00
parent 848927ae90
commit 130382f2a9
2 changed files with 0 additions and 2 deletions

View File

@ -160,7 +160,6 @@ struct conjunction<B1, Bn...>
// Reimplementation of is_constructible and is_default_constructible, due to them being broken for
// std::pair and std::tuple until LWG 2367 fix (see https://cplusplus.github.io/LWG/lwg-defects.html#2367).
// This causes compile errors in e.g. clang 3.5 or gcc 4.9.
// Based on commit fixing this in gcc: https://github.com/gcc-mirror/gcc/commit/d3c64041b32b6962ad6b2d879231537a477631fb
template <typename T>
struct is_default_constructible : std::is_default_constructible<T> {};

View File

@ -3196,7 +3196,6 @@ struct conjunction<B1, Bn...>
// Reimplementation of is_constructible and is_default_constructible, due to them being broken for
// std::pair and std::tuple until LWG 2367 fix (see https://cplusplus.github.io/LWG/lwg-defects.html#2367).
// This causes compile errors in e.g. clang 3.5 or gcc 4.9.
// Based on commit fixing this in gcc: https://github.com/gcc-mirror/gcc/commit/d3c64041b32b6962ad6b2d879231537a477631fb
template <typename T>
struct is_default_constructible : std::is_default_constructible<T> {};