Skip to content

the godbolt link in the readme does not compile #1044

@Hailios

Description

@Hailios

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

<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?)

Link to Compiler Explorer:

An example of the failure using Compiler Explorer https://godbolt.org/z/vzdvYzeqW.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions