jamboree / bustache

C++20 implementation of {{ mustache }}
82 stars 10 forks source link

Can't compile with gcc on Linux #10

Closed aliaksejenka closed 6 years ago

aliaksejenka commented 6 years ago
In file included from .../bustache/include/bustache/generate.hpp:10:0,
                 from .../bustache/src/generate.cpp:8:
.../bustache/include/bustache/model.hpp:165:23: error: member ‘_vptr’ conflicts with virtual function table field name
         vtable const* _vptr;
                       ^~~~~

Compiled fine fine when renamed the _vptr. However, clang finished well without renaming.