diff options
Diffstat (limited to 'include/ocl/detail/config.hpp')
| -rw-r--r-- | include/ocl/detail/config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ocl/detail/config.hpp b/include/ocl/detail/config.hpp index 16a74ac..9afbc22 100644 --- a/include/ocl/detail/config.hpp +++ b/include/ocl/detail/config.hpp @@ -55,6 +55,7 @@ namespace ocl { + namespace detail { inline void throw_runtime_error(const boost::string_view& loc = BOOST_CURRENT_LOCATION.to_string()) @@ -62,6 +63,7 @@ namespace ocl throw std::runtime_error(loc.to_string()); } } // namespace detail + } // namespace ocl #endif |
