summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/print.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/print.hpp')
-rw-r--r--include/ocl/print.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp
index 70b79dd..98c4d6b 100644
--- a/include/ocl/print.hpp
+++ b/include/ocl/print.hpp
@@ -43,13 +43,13 @@ namespace ocl::io
{
inline bool is_stdio_sync = true;
- using io_error = std::runtime_error;
+ using io_error = std::runtime_error;
inline void throw_option_invalid_type_error(const boost::string_view& loc = BOOST_CURRENT_LOCATION.to_string())
{
throw io_error(loc.to_string());
}
- }
+ } // namespace detail
inline void enable_stdio_sync(const bool& enable) noexcept
{