From 83e61bd7bf00f7c5cc67be4d1633b43731c99764 Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Tue, 13 Aug 2024 12:27:40 +1000 Subject: [PATCH] . --- docs/extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extension.rst b/docs/extension.rst index 6fda9a8f..d951e97e 100644 --- a/docs/extension.rst +++ b/docs/extension.rst @@ -118,7 +118,7 @@ Transient .. codeblock:: c++ template <> - struct is_transient : public std::true_type {}; + struct is_transient : std::true_type {}; When the data returned from a `get` is falsy and its type is marked transient the latest truthy data from the `get` return is instead used. If the data is falsy and is either not marked transient or nothing truthy has yet been returned