Skip to content

Commit

Permalink
Update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jul 26, 2023
1 parent f76b70b commit 21afb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
7.8.1
- Regenerate build files. Should fix ARM Mac build. (#715)
- Reinstate `<ciso646>` that MSVC can't live with or without. (#713)
7.8.0
- Streaming large data sets now benchmarks faster than similar C/libpq code!
- New `array` class for easier parsing of SQL arrays.
Expand Down
1 change: 1 addition & 0 deletions include/pqxx/internal/header-pre.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// Workarounds & definitions that need to be included even in library's headers
#include "pqxx/config-public-compiler.h"

// MSVC has a nonstandard definition of __cplusplus.
#if defined(_MSC_VER)
# define PQXX_CPLUSPLUS _MSVC_LANG
#else
Expand Down

0 comments on commit 21afb0d

Please sign in to comment.