On 22/04/20 13:34, Mark Knoop wrote:
> At 12:00 on 22 Apr 2020, Antonio Trande wrote:
>> Hi all.
>>
>> Any idea about why this error comes out on F32+ and not on F31?
>>
>> ```
>> ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you
>> mean 'isaalnum'?
>> 2086 | return is
At 12:00 on 22 Apr 2020, Antonio Trande wrote:
> Hi all.
>
> Any idea about why this error comes out on F32+ and not on F31?
>
> ```
> ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you
> mean 'isaalnum'?
> 2086 | return iswalnum(c) || c == '_' || c == '-';
> |
On Wed, 22 Apr 2020 13:00:26 +0200
Antonio Trande wrote:
> Hi all.
>
> Any idea about why this error comes out on F32+ and not on F31?
new GCC 10 and a header not included?
https://en.cppreference.com/w/cpp/string/wide/iswalnum
Dan
> ```
> ui.cc:2086:12: error: 'iswalnum' wa
Hi all.
Any idea about why this error comes out on F32+ and not on F31?
```
ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you
mean 'isaalnum'?
2086 | return iswalnum(c) || c == '_' || c == '-';
|^~~~
|isaalnum
make: *** [Makefile