Skip to content

Commit

Permalink
We should still build with MSVS2012
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 11, 2022
1 parent 5922de4 commit fbbe865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Change Log {#changelog}
# 1.4 - 2022-03-10 # {#changelog_1_4}
- RMF now requires a C++11 compiler and SWIG 3 (or later) to build. Most
recent compilers should support C++11, such as gcc, clang
or MS Visual Studio 2015 or later. Various macro and header workarounds
or MS Visual Studio 2012 or later. Various macro and header workarounds
for pre-C++11 environments are thus no longer needed and are deprecated:
`RMF_FINAL`, `RMF_OVERRIDE`, `RMF_CANEXCEPT`, `RMF_FOREACH`.
`RMF_FINAL`, `RMF_OVERRIDE`, and `RMF_FOREACH`.
- Build fixes for latest log4cxx, in C++17 mode, or with newer versions of gcc.

# 1.3.1 - 2021-12-01 # {#changelog_1_3_1}
Expand Down

0 comments on commit fbbe865

Please sign in to comment.