From 21afb0d6ec3d31424df6b7aac04c6b20c55c0a65 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Wed, 26 Jul 2023 16:42:33 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 1 + include/pqxx/internal/header-pre.hxx | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 90ce1ce3e..caef30085 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 7.8.1 - Regenerate build files. Should fix ARM Mac build. (#715) + - Reinstate `` 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. diff --git a/include/pqxx/internal/header-pre.hxx b/include/pqxx/internal/header-pre.hxx index ce0f04d0a..441f77a86 100644 --- a/include/pqxx/internal/header-pre.hxx +++ b/include/pqxx/internal/header-pre.hxx @@ -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