-
- Downloads
Fix compiling tests with LTO
We do retain some template instantiations by default, but only for types actually used in the public API. If anyone wants to use the other ones, they will need to import the "*_impl.hpp" defining their respective from and to json functions. Everyone else should just try to parse only the types we use in our variants and such. fixes #93 fixes #80
Please register or sign in to comment