"README.md" did not exist on "2d22d9403385a98ef4041c41ed2f8c2d89a5c597"
EventContainers: Fix gcc9 warnings.
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
Loading
Please register or sign in to comment