We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misc-use-internal-linkage
1 parent 5a85b00 commit e6c4acfCopy full SHA for e6c4acf
1 file changed
test.cpp
@@ -27,10 +27,12 @@
27
28
static const std::string testSourceDir = SIMPLECPP_TEST_SOURCE_DIR;
29
30
-enum class Input : std::uint8_t {
31
- Stringstream,
32
- CharBuffer
33
-};
+namespace {
+ enum class Input : std::uint8_t {
+ Stringstream,
+ CharBuffer
34
+ };
35
+}
36
37
static Input USE_INPUT = Input::Stringstream;
38
static int numberOfFailedAssertions = 0;
0 commit comments