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
Can someone help me solve itHi,recently I encountered some difficult problems when setting up the arbitrum environment. Could you please help me to solve them?
#1068
@joshuacolvin0@PlasmaPower, just ran into this in an interview running on ubuntu. It appears that std::optional isn't required to be trivially copyable. It is in some standard library implementations, but not others, and std::atomic must contain something trivially copyable. It just so happens that all the main compilation setups we test with have a trivially copyable optional, so we didn't hit this internally.
The text was updated successfully, but these errors were encountered: