You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off great piece of software, made my life so much easier, so thank you.
However, when I attempted to compile a program with multiple headers, where each header would require access to matplotlibcpp I would receive the compilation error of multiple definitions of plot, stem etc. The solution was to make all the functions inline. Was there a reason why you hadn't made them inline?