You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
/usr/local/cuda-11.4/include/thrust/type_traits/logical_metafunctions.h:135:16: error: expected ',' or '>' in template-parameter-list
template <bool B0, bool... BN>
^
/usr/include/bits/termios.h:121:13: note: expanded from macro 'B0'
#define B0 0000000 /* hang up */
I ran into this in my own code not that long.
Happy to make a PR with whatever replacement is chosen.
This file is the only place where "B0" occurs like this
thrust/thrust/type_traits/logical_metafunctions.h
Line 134 in d0c7ade
I ran into this in my own code not that long.
Happy to make a PR with whatever replacement is chosen.
This file is the only place where "B0" occurs like this
reference: https://man7.org/linux/man-pages/man3/termios.3.html
The text was updated successfully, but these errors were encountered: