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
I've installed mbedTLS modules and OpenSSL successfully, but when trying to compile, clang doesn't recognize the std C++17. I don't know why. I've tested in Ubuntu and Arch Linux without success. Can someone help me? Even vscode recognizes it but clang doesn't.
generate_dict includes repository_map.h which uses the optional library.
If I had to guess this used to(?) get transitively included by other
files included by generate_dict.
Original error message:
```
./repository_map.h:633:10: error: no template named 'optional' in namespace 'std'
```
geedo0
added a commit
to geedo0/cryptofuzz
that referenced
this issue
Oct 27, 2023
generate_dict includes repository_map.h which uses the optional library.
If I had to guess this used to(?) get transitively included by other
files included by generate_dict.
Original error message:
```
./repository_map.h:633:10: error: no template named 'optional' in namespace 'std'
```
generate_dict includes repository_map.h which uses the optional library.
If I had to guess this used to(?) get transitively included by other
files included by generate_dict.
Original error message:
```
./repository_map.h:633:10: error: no template named 'optional' in namespace 'std'
```
I've installed mbedTLS modules and OpenSSL successfully, but when trying to compile, clang doesn't recognize the std C++17. I don't know why. I've tested in Ubuntu and Arch Linux without success. Can someone help me? Even vscode recognizes it but clang doesn't.
errors.txt
My clang version:
The text was updated successfully, but these errors were encountered: