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 Singleton class is defined in FluentUI and the example:
..Projects/FluentUI/src/singleton.h:8: error: redefinition of ‘class Singleton<T>’
In file included from ...Projects/FluentUI/src/FluentUI.h:5,
from ..Projects/FluentUI/example/src/main.cpp:29:
..Projects/FluentUI/src/singleton.h:8:7: error: redefinition of ‘class Singleton<T>’
8 | class Singleton {
| ^~~~~~~~~
The text was updated successfully, but these errors were encountered:
The Singleton class is defined in FluentUI and the example:
The text was updated successfully, but these errors were encountered: