MyGAL
MyGAL copied to clipboard
Remove warning about class and struct mismatch
A fix for this warning:
warning: class template 'Arc' was previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Arc;