Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/Typo in concatenation macro #134

Closed
OpatrilPeter opened this issue Dec 18, 2017 · 1 comment
Closed

Bug/Typo in concatenation macro #134

OpatrilPeter opened this issue Dec 18, 2017 · 1 comment
Labels
bug Approved bug in bandit

Comments

@OpatrilPeter
Copy link

at bandit/bandit/registration/registrar.h:18

#define BANDIT_ADD_COUNTER(a) SNOWHOUSE_CONCAT(a, __COUNTER__)
that line should presumably look like this
#define BANDIT_ADD_COUNTER(a) BANDIT_CONCAT(a, __COUNTER__)

@sbeyer
Copy link
Member

sbeyer commented Dec 18, 2017

😱 Copy-and-paste is such a bad-ass. Thank you very much!

@sbeyer sbeyer closed this as completed in 458e459 Dec 18, 2017
@sbeyer sbeyer added the bug Approved bug in bandit label Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Approved bug in bandit
Projects
None yet
Development

No branches or pull requests

2 participants