Open redrabbit007 opened 1 week ago
Looks like that BitSerializer::Convert::Detail::is_convert_supported_v
does not work properly on your configuration.
It's strange that you have such issue especially with Conan, because it includes simple test application which performs simple serialization for all type of archives.
Please make sure that you haven't direct includes from BitSerializer's folders with details (conversion_detail, serialization_detail), sometime order is important.
I need more information for I can reproduce the issue, at least platform, compiler, C++ standard.
I'm trying to use the library to do msgpack, I'm using Conan. I'm getting a compiler error that a static assertion is failing. Here's the error message: