Skip to content

Commit

Permalink
d Document removal uses of std::wstring and <codecvt> (#154)
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Dec 7, 2020
1 parent 7b7af60 commit 8b51b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/relnotes_x.y.z.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* **New features**
* None
* **Bug fixes**
* None
* **Other changes**
* GitHub Actions CI build added for our Python code (#165)
* VS2017 Debug x64 build of ApprovalTests.cpp.StarterProject gave "C1128: number of sections exceeded object file
format limit: compile with
/bigobj" ([ApprovalTests.cpp.StarterProject#16](https://github.com/approvals/ApprovalTests.cpp.StarterProject/issues/16))
* Removed undocumented ability to verify `std::wstring` and `wchar_t*`. This gave compiler warnings on C++17 and above, and did not work on Visual Studio. (#154, which contains the deleted code for future reference)

0 comments on commit 8b51b4f

Please sign in to comment.