WTF
WTF copied to clipboard
WTF is a header-only c++11 library that helps you introduce a lot of swearing in your code
Results
3
WTF issues
Sort by
recently updated
recently updated
newest added
Rename doesnt_contain_shit() to contains_jack_shit()
Redefine containsShit as size() > 0 work to keep it in the same style as doesnt_contain_shit that is ``` x.contains_shit; x.doesnt_contain_shit; ``` as opposed to ``` contains_shit(x); x.doesnt_contain_shit; ```
Several new pull requests have gone in, update the readme to match these changes