Skip to content
Commit 7ba2c757 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Don't export header-only template classes

It breaks MSVC build (and makes no sense anyway, a template class never produces
a symbol, only instantiation of the template does, but that does not happen in
the library)
parent b46cf574
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment