Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WG21-P1886 errors #275

Closed
kassane opened this issue Apr 27, 2023 · 1 comment
Closed

WG21-P1886 errors #275

kassane opened this issue Apr 27, 2023 · 1 comment

Comments

@kassane
Copy link

kassane commented Apr 27, 2023

zig build-exe WG21_P1886 Debug native: error: error(compilation): clang failed with stderr: In file included from /home/kassane/outcome/test/constexprs/WG21_P1886.cpp:24:
/home/kassane/outcome/test/constexprs/../../single-header/outcome-experimental.hpp:10982:52: error: use of undeclared identifier 'erased'
/home/kassane/outcome/test/constexprs/WG21_P1886.cpp:35:44: error: no member named 'is_move_relocating' in namespace 'outcome_v2::trait'
/home/kassane/outcome/test/constexprs/WG21_P1886.cpp:35:93: error: expected '(' for function-style cast or type construction
/home/kassane/outcome/test/constexprs/WG21_P1886.cpp:35:96: error: no member named 'value' in the global namespace

is_move_relocating -> is_move_bitcopyng?

template <class T> struct is_move_bitcopying

@ned14
Copy link
Owner

ned14 commented Apr 27, 2023

Looks like a mismatch of status code edition to Outcome edition.

Updating both to latest will fix things. I'm actually just about to merge develop to master branch right now, coincidentally.

@ned14 ned14 closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants