Skip to content

Commit fda3007

Browse files
committed
minor doc fixes
1 parent 89fe615 commit fda3007

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

include/itlib/span.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// itlib-span v1.00
1+
// itlib-span v1.01
22
//
33
// A C++11 implementation C++20's of std::span with a dynamic extent
44
//
55
// SPDX-License-Identifier: MIT
66
// MIT License:
7-
// Copyright(c) 2022 Borislav Stanimirov
7+
// Copyright(c) 2022-2023 Borislav Stanimirov
88
//
99
// Permission is hereby granted, free of charge, to any person obtaining
1010
// a copy of this software and associated documentation files(the

include/itlib/type_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//
2929
// VERSION HISTORY
3030
//
31-
// 1.01 (2023-11-27) Added is_noop_convertible
31+
// 1.02 (2023-11-27) Added is_noop_convertible
3232
// 1.01 (2023-03-10) Added type_identity
3333
// 1.00 (2020-12-28) First pulic release
3434
//

include/itlib/utility.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//
2929
// VERSION HISTORY
3030
//
31-
// 1.01 (2023-11-27) Added bit_cast
31+
// 1.02 (2023-11-27) Added bit_cast
3232
// 1.01 (2023-02-08) Added make_nullptr
3333
// 1.00 (2022-11-28) Initial release
3434
//

0 commit comments

Comments
 (0)