Closed deevroman closed 4 years ago
That bug has already been found and fixed. Let me just look up the tag it was fixed with.
Did you install with brew
?
Easiest way to get the latest version is: brew upgrade thors-serializer
Yes fixed in pull request 58: https://github.com/Loki-Astari/ThorsSerializer/pull/58
PS. If you install via brew you don't need this header:
#include "../../external/ThorsSerializer/ThorSerialize/Traits.h"
// Can now simplify to:
#include <ThorSerialize/Traits.h>
Yeah, really, I had old sources. Installation via brew is not good for me because I need the project to be built on more than just mac os, and without installing anything on the system. Thank you for the answer.
Glad I could help. Is this s a public project I can look at? Love to look where it is being used.
So far, it's a private project. It's a school project.
g++ --std=c++17 main.cpp
Environment:
OS: Mac OS 10.15.4
Compiler and Version