eyalz800 / serializer

A single header standard C++ serialization framework.
MIT License
189 stars 24 forks source link

zpp header have lots of errors #1

Closed Rinkss closed 6 years ago

Rinkss commented 6 years ago

I'm getting around 84 errors while executing the example you provided. It prompts to the header file, serializer.h while compiling.

eyalz800 commented 6 years ago

Can you share the errors? I've successfully compiled this in gcc, clang, and visual studio. Perhaps you are using an old compiler which does not yet support C++14 features?

Rinkss commented 6 years ago

I am using c++11 compiler

Rinkss commented 6 years ago

I wanted to serialize nested map with the vector of integer as value inside the inner map

eyalz800 commented 6 years ago

It should work with a C++14 comliler, can you validate that if you move to C++14 it works?

eyalz800 commented 6 years ago

Closing due to inactivity.