[compute] 05/46: Make wait_list::wait() const
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Dec 21 18:28:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository compute.
commit a56ae5687f17ae62874dccbc821aa4801f2add4d
Author: Kyle Lutz <kyle.r.lutz at gmail.com>
Date: Wed Sep 23 21:39:47 2015 -0700
Make wait_list::wait() const
---
include/boost/compute/utility/wait_list.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/boost/compute/utility/wait_list.hpp b/include/boost/compute/utility/wait_list.hpp
index 03b3500..8c54289 100644
--- a/include/boost/compute/utility/wait_list.hpp
+++ b/include/boost/compute/utility/wait_list.hpp
@@ -136,7 +136,7 @@ public:
/// Blocks until all of the events in the wait-list have completed.
///
/// Does nothing if the wait-list is empty.
- void wait()
+ void wait() const
{
if(!empty()){
BOOST_COMPUTE_ASSERT_CL_SUCCESS(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git
More information about the debian-science-commits
mailing list