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
A clear and concise description of what the bug is including:
this is the current godbolt link in the readme https://godbolt.org/z/vzdvYzeqW and it fails to compile
this is the top error
<source>:20:25: error: 'numeric_limits' is not a member of 'cnl'; did you mean 'std::numeric_limits'?
20 | auto epsilon = cnl::numeric_limits<q7_8>::min(); // 1/256
| ^~~~~~~~~~~~~~
To Reproduce:
Steps to reproduce the behavior.
click the godbolt link, see what fails.
Expected behavior:
A clear and concise description of what you expected to happen.
godbolt link should build cleanly (and potentially print something?)
Describe the bug:
A clear and concise description of what the bug is including:
this is the current godbolt link in the readme https://godbolt.org/z/vzdvYzeqW and it fails to compile
this is the top error
To Reproduce:
Steps to reproduce the behavior.
click the godbolt link, see what fails.
Expected behavior:
A clear and concise description of what you expected to happen.
godbolt link should build cleanly (and potentially print something?)
Link to Compiler Explorer:
An example of the failure using Compiler Explorer https://godbolt.org/z/vzdvYzeqW.
The text was updated successfully, but these errors were encountered: