[dpdk-dev] [PATCH] eal: standard c++ forbids defining the keyword asm as a macro
Tyler Retzlaff
roretzla at linux.microsoft.com
Wed Mar 24 22:58:51 CET 2021
On Wed, Mar 24, 2021 at 12:52:28PM -0700, Stephen Hemminger wrote:
> On Wed, 24 Mar 2021 18:52:40 +0100
> Thomas Monjalon <thomas at monjalon.net> wrote:
>
> There should be some test for C++ application use of API.
> There doesn't appear to be one in the current CI suite.
agreed, would probably catch a few things. probably a handful of the
example applications could just have the file extension changed to .cpp
and #include any random stl header would be a start (assuming meson just
generates g++ vs gcc rules based on extension)
More information about the dev
mailing list