in reply to Re^10: Rosetta Code: Long List is Long (faster - llil4vec - llil4judy - TBB code - llil5vec - boost)
in thread Rosetta Code: Long List is Long
I was then able to compile your program with both clang++ and g++. Though g++ spat out a number of warnings...
The warnings began since using Boost. You can silent the warnings with the gcc -Wno-stringop-overflow option. Though, no issues using clang++.
|
---|