Skip to content

Conversation

@LourensVeen
Copy link
Member

This tells the compiler that sakura is C++11, which keeps it from defining std::data from C++17, which avoids a clash with the variable named data and a failed compile.

Brutus had this problem too, a better solution is to get rid of using namespace std; which I've implemented in the new build system branch. This is just a short-term fix so that Berend can go simulate things, and it's good enough for that.

@LourensVeen LourensVeen self-assigned this Nov 13, 2024
@LourensVeen LourensVeen requested a review from a team as a code owner November 13, 2024 14:03
@LourensVeen LourensVeen merged commit 76d8eb6 into amusecode:main Nov 14, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants