Fix seg fault handling template parameter expressions containing '>='
Similar to previous commit Issue #1037
This commit is contained in:
parent
0341258af7
commit
ca5c68e544
3 changed files with 14 additions and 14 deletions
|
|
@ -44,9 +44,6 @@ void tester() {
|
|||
template <typename T, std::enable_if_t<sizeof(T) <= 4>>
|
||||
void destId(T el) {}
|
||||
|
||||
/*
|
||||
not yet fixed
|
||||
template <typename T, std::enable_if_t<sizeof(T) >= 3>>
|
||||
void destId(const T& el) {}
|
||||
*/
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue