summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/io.hpp')
-rw-r--r--include/ocl/io.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp
index 834031b..188f321 100644
--- a/include/ocl/io.hpp
+++ b/include/ocl/io.hpp
@@ -25,11 +25,11 @@ namespace ocl::io
{
class void_stream final
{
- void_stream() = default;
+ void_stream() = default;
~void_stream() = default;
- void_stream& operator<<(...) = delete;
- void_stream& operator>>(...) = delete;
+ void_stream& operator<<(...) = delete;
+ void_stream& operator>>(...) = delete;
}
inline void_stream void_cout;