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

Warning: C26812: The enum type 'doctest::assertType::Enum' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). #298

Closed
yarinlicht opened this issue Sep 30, 2019 · 1 comment

Comments

@yarinlicht
Copy link

  • doctest version: commit 7ac22cc
  • Compiler+version: MSVC 2019

Compiler produces warning:

C26812: The enum type 'doctest::assertType::Enum' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).

onqtam added a commit that referenced this issue Oct 10, 2019
@onqtam
Copy link
Member

onqtam commented Oct 10, 2019

this has been fixed in the dev branch - will release an official version with this at some point. Thanks for reporting :)

@onqtam onqtam closed this as completed in 4421540 Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants