From 5389747f4fff27f85404c96ae969c0c1c7924d76 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Apr 2022 11:01:04 +0200 Subject: Add butl::move_only_function[_ex] similar to C++23 std::move_only_function --- libbutl/const-ptr.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbutl/const-ptr.hxx') diff --git a/libbutl/const-ptr.hxx b/libbutl/const-ptr.hxx index f0ff706..1474e17 100644 --- a/libbutl/const-ptr.hxx +++ b/libbutl/const-ptr.hxx @@ -5,8 +5,6 @@ #include // nullptr_t -#include - namespace butl { // Const-propagating pointer. -- cgit v1.1