Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_tag_alias.cpp
Go to the documentation of this file.
1#include "catch_tag_alias.h"
2
3namespace Catch {
4 TagAlias::TagAlias(std::string const & _tag, SourceLineInfo _lineInfo): tag(_tag), lineInfo(_lineInfo) {}
5}
TagAlias(std::string const &_tag, SourceLineInfo _lineInfo)