Skip to content

Commit 50f4eaf

Browse files
committed
Updaves for v3
1 parent 529b25e commit 50f4eaf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
v3 2021-08-02
2+
3+
* increment/decrement operators are now hidden friends
4+
5+
* swap() is now constexpr. Thanks Björn Schäpers @HazardyKnusperkeks
6+
17
* operator() is now noexcept if the underlying type has a
28
noexcept operator (). Thanks Björn Schäpers @HazardyKnusperkeks
39

10+
* Fixed bug where clang++ on Windows wrongly used MSVC work-arounds
11+
12+
* Fixed bug where non-const operator[] returned const&
13+
414
* Use github-actions for CI
515

616
v2 2020-07-13

0 commit comments

Comments
 (0)