SFML community forums

Help => General => Topic started by: programme-zero on March 29, 2019, 04:30:27 am

Title: std_swap_ranges_trivially_swappable_noalias unresolved with static linking
Post by: programme-zero on March 29, 2019, 04:30:27 am
Hello,
I keep trying to build the version 2.5.1 of the library in STATIC mode but I keep getting this error :
"unresolved external symbol : std_swap_ranges_trivially_swappable_noalias"
After some research I found a post on Twitter post saying it was a problem related to not having the latest version of Visual Studio 2017, but I am running the latest version (version 15.9.10 to be accurate).

Any help would be greatly appreciated.

programme-zero.
Title: Re: std_swap_ranges_trivially_swappable_noalias unresolved with static linking
Post by: eXpl0it3r on March 29, 2019, 10:23:43 am
You may have to also adjust the SDK version in the project settings to point to the new version.

If that doesn't help, the easiest solution is to simply rebuild SFML yourself. ;)