This adds more documentation with information on how to download and how to compile programs with the boost compute library.
This implements the merge() algorithm which merges two ranges of sorted values into a single sorted range. The current implementation uses a simple serial merge algorithm. A GPU optimized version is coming soon.
This fixes a small typo in one of the examples in the lambda expression documentation.