boostorg / core

Boost Core Utilities
132 stars 86 forks source link

Fix error: 'ref_empty' is not a member #137

Closed denzor200 closed 1 year ago

pdimov commented 1 year ago

This doesn't look like the right fix. But in either case, please first give an example that fails.

denzor200 commented 1 year ago

But in either case, please first give an example that fails.

Look at the CI fails in develop

denzor200 commented 1 year ago

Look at the CI fails in develop

https://github.com/boostorg/pfr/actions/runs/3857066454/jobs/6574035091 It also breaks Boost PFR's CI and stops my work on it.

pdimov commented 1 year ago

Oh, @Lastique has been doing things. Andrey, please do things on a branch first, before merging to develop.

Lastique commented 1 year ago

Oops, sorry for this. I thought I ran the tests locally, but apparently I did so on an intermediate version of the code. Should be fixed now.

Lastique commented 1 year ago

Andrey, please do things on a branch first, before merging to develop.

Ok. Sorry again.