We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fceb15 commit 2b3c7ceCopy full SHA for 2b3c7ce
include/boost/compute/context.hpp
@@ -204,7 +204,7 @@ class context
204
typename detail::get_object_info_type<context, Enum>::type
205
get_info() const;
206
207
- /// Returns \c true if the context is the same at \p other.
+ /// Returns \c true if the context is the same as \p other.
208
bool operator==(const context &other) const
209
{
210
return m_context == other.m_context;
0 commit comments