summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index cd091e5d270f..3209be3ce2da 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -282,7 +282,7 @@ typedef unsigned char Output_t;
typedef std::vector< Output_t > OutputBuffer;
#if !POPPLER_CHECK_VERSION(0, 73, 0)
-static_assert(std::is_same_v<Guchar, unsigned char>, "unexpected typedef");
+static_assert(std::is_same<Guchar, unsigned char>::value, "unexpected typedef");
#endif
#endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX