-
Notifications
You must be signed in to change notification settings - Fork 757
strnlen not defined in Cygwin. #331
Copy link
Copy link
Closed
Description
If you try to use the GSL in cygwin, you get:
"error: 'strnlen' was not declared in this scope".
Looking this up, it appears that strnlen is not a standard function. If this is true, we should either remove it, or provide our own implementation. Note that the link below is for MinGW but I am seeing this with GCC 5.4 in cygwin as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels