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
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
For some reason, when i compile the evaluation code, all the import lines aren't read as they are written in angle brackets <import xx>. but when i change them to double quotations "import xx", it works. i can't just change all the import lines of the Boost library files as they are all pointing to each other, so this is an impossible process. how did you manage the Boost library files? is there a specific way by which i should organize those files?
The text was updated successfully, but these errors were encountered:
For some reason, when i compile the evaluation code, all the import lines aren't read as they are written in angle brackets
<import xx>
. but when i change them to double quotations"import xx"
, it works. i can't just change all the import lines of the Boost library files as they are all pointing to each other, so this is an impossible process. how did you manage the Boost library files? is there a specific way by which i should organize those files?The text was updated successfully, but these errors were encountered: