From c4291fa461cada7ba703ea757b9c9acecc5f117a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:24 -0400 Subject: [PATCH] spelling: compiler Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- include/boost/optional/detail/old_optional_implementation.hpp | 2 +- .../boost/optional/detail/optional_trivially_copyable_base.hpp | 2 +- include/boost/optional/optional.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/optional/detail/old_optional_implementation.hpp b/include/boost/optional/detail/old_optional_implementation.hpp index c208589..5aaeec1 100644 --- a/include/boost/optional/detail/old_optional_implementation.hpp +++ b/include/boost/optional/detail/old_optional_implementation.hpp @@ -542,7 +542,7 @@ class optional_base : public optional_tag // Thus, the following overload is needed to properly handle the case when the 'lhs' // is another optional. // - // For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error + // For VC<=70 compilers this workaround dosen't work because the compiler issues and error // instead of choosing the wrong overload // #ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES diff --git a/include/boost/optional/detail/optional_trivially_copyable_base.hpp b/include/boost/optional/detail/optional_trivially_copyable_base.hpp index 7cf4097..4049918 100644 --- a/include/boost/optional/detail/optional_trivially_copyable_base.hpp +++ b/include/boost/optional/detail/optional_trivially_copyable_base.hpp @@ -455,7 +455,7 @@ class tc_optional_base : public optional_tag // Thus, the following overload is needed to properly handle the case when the 'lhs' // is another optional. // - // For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error + // For VC<=70 compilers this workaround dosen't work because the compiler issues and error // instead of choosing the wrong overload // #ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES diff --git a/include/boost/optional/optional.hpp b/include/boost/optional/optional.hpp index 2c0ff52..1d6b6d1 100644 --- a/include/boost/optional/optional.hpp +++ b/include/boost/optional/optional.hpp @@ -722,7 +722,7 @@ class optional_base : public optional_tag // Thus, the following overload is needed to properly handle the case when the 'lhs' // is another optional. // - // For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error + // For VC<=70 compilers this workaround dosen't work because the compiler issues and error // instead of choosing the wrong overload // #ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES