Advertisement
Guest User

Untitled

a guest
May 26th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. In file included from /hpx/opencl/server/device.hpp:19:
  2. /hpx/opencl/server/util/data_map.hpp:110:16: error: no type named 'mutex' in namespace 'boost'
  3. boost::mutex m;
  4. ~~~~~~~^
  5. /hpx/opencl/server/util/data_map.hpp:81:22: error: no member named 'mutex' in namespace 'boost'
  6. boost::mutex::scoped_lock lock(this->m);
  7. ~~~~~~~^
  8. 2 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement