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 1c90714 commit 3c0f563Copy full SHA for 3c0f563
doc/src/history.adoc
@@ -9,6 +9,12 @@ user code to handle the conbination of turning off exceptions while treating
9
warnings as errors, and getting warnings/errors from the std library by having
10
the users silence the warning themselves.
11
12
+This patch also fixes the case of asking to initialize any msvc toolset
13
+versions (`using msvc ;`) when there are already versions initialized. Instead
14
+of erroring to say that a version is already in use, it considers the set
15
+of already initialized msvc toolsets as satisfying the request to generally
16
+initialize msvc.
17
+
18
== Version 5.2.0
19
20
Many fixes in this release from regular contributors Nikita and Dmitry. There
0 commit comments