We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529b25e commit 50f4eafCopy full SHA for 50f4eaf
ChangeLog
@@ -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
7
* operator() is now noexcept if the underlying type has a
8
noexcept operator (). Thanks Björn Schäpers @HazardyKnusperkeks
9
10
+ * Fixed bug where clang++ on Windows wrongly used MSVC work-arounds
11
12
+ * Fixed bug where non-const operator[] returned const&
13
14
* Use github-actions for CI
15
16
v2 2020-07-13
0 commit comments