bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Including verify.h in C++ with C linkage


From: Alex
Subject: Including verify.h in C++ with C linkage
Date: Sun, 17 Mar 2019 10:51:38 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello, I'm trying to use C++ in a project that uses Gnulib, and I need
to use C linkage around a statement that eventually includes verify.h.
However, this leads to the following error message:

  ./lib/verify.h:178:1: error: template with C linkage
   template <int w>

Any way to successfully include this file in this context would be
appreciated.

Thanks for reading.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]