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