From d1e9076d68724cd1e89dee58937b9c1d5e7d4edc Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Tue, 18 Aug 2026 09:57:07 +0200 Subject: [PATCH] Fix a typo in the implementation heading of the BOOST_STRONG_TYPEDEF docs --- doc/strong_typedef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/strong_typedef.html b/doc/strong_typedef.html index 391d7d1d2..9ad9ceeb0 100644 --- a/doc/strong_typedef.html +++ b/doc/strong_typedef.html @@ -76,7 +76,7 @@

Usage

will create a new type "name" which will be substitutable for the original type but still of distinct type. -

Implemenation

+

Implementation

BOOST_STRONG_TYPEDEF is a macro which generates a class named "name" which wraps an instance of its primitive type and provides appropriate conversion operators in order