...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::compute::unsupported_extension_error — Exception thrown when attempting to use an unsupported OpenCL extension.
// In header: <boost/compute/exception/unsupported_extension_error.hpp> class unsupported_extension_error : public std::exception { public: // construct/copy/destruct explicit unsupported_extension_error(const char *); ~unsupported_extension_error(); // public member functions std::string extension_name() const; const char * what() const; };