You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specializations for SSynchronizedQueue<T>::push() and pop() need to be declared inline in BedrockCommand.cpp to avoid violation of the one definition rule. This problem was flagged by GCC 7.4.0 on Cygwin 3.0.7, but it's probably not Cygwin-specific.
The specializations for
SSynchronizedQueue<T>::push()
andpop()
need to be declared inline inBedrockCommand.cpp
to avoid violation of the one definition rule. This problem was flagged by GCC 7.4.0 on Cygwin 3.0.7, but it's probably not Cygwin-specific.See attached trivial patch for the exact change needed.
The text was updated successfully, but these errors were encountered: