So, I can't compile my game or it's level editor on my Raspberry Pi even though it gives me no errors on my laptop (which is wearing out). This error doesn't make sense. It claims that there is either an error in either SFML or the C++ standard library itself. The line from the AssetManager.h file is mine and it's just the line that imports the graphics module in SFML. I've tried multiple C++ standards and it still gives me the same error.
What makes even less sense is that I've been working on a text-box demo that uses SFML (including the graphics library) but it works just fine.