catchorg / catchorg/Catch2

Proposal: Catch::Tags(...)

Open
#1,062 4 comments 0 reactions 0 assignees View on GitHub
Feature Request
Dominant language
C++
Stars
21.5k
Forks
3.5k
Avg merge
3d 16h
Merged PRs (30d)
2

Description

Hello,

I wrote a set of *Catch::Tags(...)* variadic template functions to help support a thing I wanted to do: namely, present my tags as individually named, or as vectors of tags, and so on, without necessarily concerning myself with the *[square][bracket][syntax]*. Thus far it's working out great.

Thought y'all might like to take a look. Currently it is in [header](http://github.com/mwpowellhtx/cppnngswig/blob/master/swig/cpp/tests/catch/catch_tags.h) and [source](http://github.com/mwpowellhtx/cppnngswig/blob/master/swig/cpp/tests/catch/catch_tags.cpp) form, but perhaps it can exist as header only, I'm not sure.

And with a [usage example](http://github.com/mwpowellhtx/cppnngswig/blob/master/swig/cpp/tests/transport/transport.cpp#L124).

Cheers.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.