From f7cce780cd6a83fca9413abeafb32246999f4b99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 31 Oct 2020 13:00:53 +0100 Subject: Use static polymorphism in C++ bindings This removes virtual function overhead, and the weird situation of having to include pugl.ipp once (or worse, for pugl to provide a binary C++ library). --- test/test_build.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/test_build.cpp b/test/test_build.cpp index 4e29901..5beb4c3 100644 --- a/test/test_build.cpp +++ b/test/test_build.cpp @@ -24,7 +24,6 @@ #include "pugl/gl.hpp" // IWYU pragma: keep #include "pugl/pugl.h" // IWYU pragma: keep #include "pugl/pugl.hpp" // IWYU pragma: keep -#include "pugl/pugl.ipp" // IWYU pragma: keep #include "pugl/stub.hpp" // IWYU pragma: keep int -- cgit v1.2.1