]> git.proxmox.com Git - mirror_ovs.git/commit - configure.ac
Automatically verify that OVS header files work OK in C++ also.
authorBen Pfaff <blp@ovn.org>
Mon, 31 Jul 2017 20:31:43 +0000 (13:31 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 31 Jul 2017 23:03:38 +0000 (16:03 -0700)
commit994bfc298502e6f9178dd231c569a6b305a8299f
treefa438d31d34e983b0cc2dd81903970be6d4d5859
parent4d617a87ec0be851a5a0d8f7f99ffb237a0ef397
Automatically verify that OVS header files work OK in C++ also.

This should help address a recurring problem.

This change makes the OVS header files, when parsed by a C++ compiler,
require C++11 or later.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
Makefile.am
configure.ac
include/openflow/openflow-common.h
include/openvswitch/automake.mk
include/openvswitch/compiler.h
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
m4/openvswitch.m4