From fda3007565c995029e002121123677d7a3978ebe Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Tue, 28 Nov 2023 15:07:45 +0200 Subject: [PATCH] minor doc fixes --- include/itlib/span.hpp | 4 ++-- include/itlib/type_traits.hpp | 2 +- include/itlib/utility.hpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/itlib/span.hpp b/include/itlib/span.hpp index de253bc..6df4b54 100644 --- a/include/itlib/span.hpp +++ b/include/itlib/span.hpp @@ -1,10 +1,10 @@ -// itlib-span v1.00 +// itlib-span v1.01 // // A C++11 implementation C++20's of std::span with a dynamic extent // // SPDX-License-Identifier: MIT // MIT License: -// Copyright(c) 2022 Borislav Stanimirov +// Copyright(c) 2022-2023 Borislav Stanimirov // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files(the diff --git a/include/itlib/type_traits.hpp b/include/itlib/type_traits.hpp index 343e727..f5c9e3a 100644 --- a/include/itlib/type_traits.hpp +++ b/include/itlib/type_traits.hpp @@ -28,7 +28,7 @@ // // VERSION HISTORY // -// 1.01 (2023-11-27) Added is_noop_convertible +// 1.02 (2023-11-27) Added is_noop_convertible // 1.01 (2023-03-10) Added type_identity // 1.00 (2020-12-28) First pulic release // diff --git a/include/itlib/utility.hpp b/include/itlib/utility.hpp index 15126bd..2378143 100644 --- a/include/itlib/utility.hpp +++ b/include/itlib/utility.hpp @@ -28,7 +28,7 @@ // // VERSION HISTORY // -// 1.01 (2023-11-27) Added bit_cast +// 1.02 (2023-11-27) Added bit_cast // 1.01 (2023-02-08) Added make_nullptr // 1.00 (2022-11-28) Initial release //