Skip to content

Instantly share code, notes, and snippets.

@Syntaf
Created June 1, 2014 00:50
Show Gist options
  • Save Syntaf/e1d17ca55e8bd228f977 to your computer and use it in GitHub Desktop.
Save Syntaf/e1d17ca55e8bd228f977 to your computer and use it in GitHub Desktop.
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
2>------ Build started: Project: hpx, Configuration: Release x64 ------
2> hpx.vcxproj -> C:\Users\Gmercer\Documents\HPX_build\Release\lib\hpx\hpx.dll
3>------ Build started: Project: transform_test_exe, Configuration: Release x64 ------
3> transform.cpp
3>c:\users\gmercer\documents\github\hpx\hpx\stl\detail\transform.hpp(58): error C2248: 'hpx::lcos::future<R>::future' : cannot access private member declared in class 'hpx::lcos::future<R>'
3> with
3> [
3> R=hpx::parallel::detail::zip_iterator<iterator_tuple>
3> ]
3> c:\users\gmercer\documents\github\hpx\hpx\lcos\future.hpp(821) : see declaration of 'hpx::lcos::future<R>::future'
3> with
3> [
3> R=hpx::parallel::detail::zip_iterator<iterator_tuple>
3> ]
3> c:\users\gmercer\documents\github\hpx\hpx\lcos\future.hpp(821) : see declaration of 'hpx::lcos::future<R>::future'
3> with
3> [
3> R=hpx::parallel::detail::zip_iterator<iterator_tuple>
3> ]
========== Build: 2 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment