aboutsummaryrefslogtreecommitdiff
path: root/libbutl/const-ptr.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-04-20 11:01:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-04-20 11:01:04 +0200
commit5389747f4fff27f85404c96ae969c0c1c7924d76 (patch)
tree1bb521763a40bcfcc069b776eae3d0e95a5f8746 /libbutl/const-ptr.hxx
parente9cf760289b47767fdacc6a98fb2040d35a63d49 (diff)
Add butl::move_only_function[_ex] similar to C++23 std::move_only_function
Diffstat (limited to 'libbutl/const-ptr.hxx')
-rw-r--r--libbutl/const-ptr.hxx2
1 files changed, 0 insertions, 2 deletions
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 <cstddef> // nullptr_t
-#include <libbutl/export.hxx>
-
namespace butl
{
// Const-propagating pointer.