-
- Downloads
MAINT-5232: Correct forward declaration of LLSingleton_manage_master.
The forward declaration said it was a 'friend class', whereas the actual definition is a struct. MSVC dislikes that.
Please register or sign in to comment
The forward declaration said it was a 'friend class', whereas the actual definition is a struct. MSVC dislikes that.