\internal_
| 317 | |
| 318 | /// \internal_ |
| 319 | static kernel create_with_source(const std::string &source, |
| 320 | const std::string &name, |
| 321 | const context &context) |
| 322 | { |
| 323 | return program::build_with_source(source, context).create_kernel(name); |
| 324 | } |
| 325 | |
| 326 | private: |
| 327 | #ifndef BOOST_NO_VARIADIC_TEMPLATES |
nothing calls this directly
no test coverage detected