File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- // itlib-small-vector v2.05
1
+ // itlib-small-vector v2.06
2
2
//
3
3
// std::vector-like class with a static buffer for initial capacity
4
4
//
5
5
// SPDX-License-Identifier: MIT
6
6
// MIT License:
7
7
// Copyright(c) 2016-2018 Chobolabs Inc.
8
- // Copyright(c) 2020-2024 Borislav Stanimirov
8
+ // Copyright(c) 2020-2025 Borislav Stanimirov
9
9
//
10
10
// Permission is hereby granted, free of charge, to any person obtaining
11
11
// a copy of this software and associated documentation files(the
29
29
//
30
30
// VERSION HISTORY
31
31
//
32
+ // 2.06 (2025-03-28) Minor: Add missing header <cstdint>
32
33
// 2.05 (2024-03-06) Minor: Return bool from shrink_to_fit
33
34
// 2.04 (2022-04-29) Minor: Disable MSVC warning for constant conditional
34
35
// 2.03 (2022-10-31) Minor: Removed unused local var
You can’t perform that action at this time.
0 commit comments