AlphaFold3 / weight /_dep /Catch2 /include /internal /catch_interfaces_capture.cpp
wuxing0105's picture
Add files using upload-large-folder tool
0bd2a62 verified
Raw
History Blame Contribute Delete
108 Bytes
#include "catch_interfaces_capture.h"
namespace Catch {
IResultCapture::~IResultCapture() = default;
}