11 Nov
2016
11 Nov
'16
2:16 p.m.
On Thu, Nov 10, 2016 at 8:25 PM, Steven Ross
The library is here: https://github.com/fjtapia/sort_parallel
I was unable to build using Visual Studio 2015 with Update 3. First I cloned the repository into the root of my boost 1.62.0 directory. Then from a mSysGit bash prompt I `cd` to "test/" and invoke `b2`. Here is some of the output: test_insertion_sort.cpp(97): error C2146: syntax error: missing ')' before identifier 'and' test_insertion_sort.cpp(114): error C2146: syntax error: missing ')' before identifier 'and' Is "and" standard C++? Most of the errors revolve around that keyword.