summaryrefslogtreecommitdiffhomepage
path: root/examples/smart_ptr_example/example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/smart_ptr_example/example.cc')
-rw-r--r--examples/smart_ptr_example/example.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/smart_ptr_example/example.cc b/examples/smart_ptr_example/example.cc
deleted file mode 100644
index ef1a865..0000000
--- a/examples/smart_ptr_example/example.cc
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <ocl/crc_hash.hpp>
-#include <ocl/print.hpp>
-#include <ocl/smart_ptr.hpp>
-
-int main(int argc, char** argv)
-{
- ocl::shared_ptr<std::ostream> smart = ocl::delete_ptr(&std::cout);
-
- return 0;
-}