plugins: use helper to workaround missing c++ language feature support
The previous commit made use of compound literals. MSVC was identified as not yet having support for compound literals in C++ though, which is considered a blocking problem to their use. This work around was suggested by Alexandre Janniaux.
Please register or sign in to comment