diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2020-01-02 12:39:36 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2020-01-02 12:39:36 +0100 |
| commit | c44d9c610e7f5b03eda13769e889eea72b056d6b (patch) | |
| tree | 6853daed2980a40d6db4cce739142e3831f98461 | |
| parent | 8207d74330bfa214144bac70db8b4dd5f0c3f3b1 (diff) | |
| download | newtype-c44d9c610e7f5b03eda13769e889eea72b056d6b.tar.xz newtype-c44d9c610e7f5b03eda13769e889eea72b056d6b.zip | |
impl: fix traits doc comments
| -rw-r--r-- | include/newtype/impl/type_traits_extensions.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newtype/impl/type_traits_extensions.hpp b/include/newtype/impl/type_traits_extensions.hpp index d3e6d8b..e9bbefb 100644 --- a/include/newtype/impl/type_traits_extensions.hpp +++ b/include/newtype/impl/type_traits_extensions.hpp @@ -528,7 +528,7 @@ namespace nt::impl }; /** - * @brief A trait to test if a given type is input streamable + * @brief A trait to test if a given type is addable * * @tparam T The type to test * @note This specialization forms the case for addable T @@ -589,7 +589,7 @@ namespace nt::impl }; /** - * @brief A trait to test if a given type is input streamable + * @brief A trait to test if a given type is subtractable * * @tparam T The type to test * @note This specialization forms the case for subtractable T |
