File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // itlib-span v1.00
1
+ // itlib-span v1.01
2
2
//
3
3
// A C++11 implementation C++20's of std::span with a dynamic extent
4
4
//
5
5
// SPDX-License-Identifier: MIT
6
6
// MIT License:
7
- // Copyright(c) 2022 Borislav Stanimirov
7
+ // Copyright(c) 2022-2023 Borislav Stanimirov
8
8
//
9
9
// Permission is hereby granted, free of charge, to any person obtaining
10
10
// a copy of this software and associated documentation files(the
Original file line number Diff line number Diff line change 28
28
//
29
29
// VERSION HISTORY
30
30
//
31
- // 1.01 (2023-11-27) Added is_noop_convertible
31
+ // 1.02 (2023-11-27) Added is_noop_convertible
32
32
// 1.01 (2023-03-10) Added type_identity
33
33
// 1.00 (2020-12-28) First pulic release
34
34
//
Original file line number Diff line number Diff line change 28
28
//
29
29
// VERSION HISTORY
30
30
//
31
- // 1.01 (2023-11-27) Added bit_cast
31
+ // 1.02 (2023-11-27) Added bit_cast
32
32
// 1.01 (2023-02-08) Added make_nullptr
33
33
// 1.00 (2022-11-28) Initial release
34
34
//
You can’t perform that action at this time.
0 commit comments