We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e0818 commit 944493bCopy full SHA for 944493b
polymorphism/include/polymorphism/consume_class_that_adheres_to_concept.hpp
@@ -1,5 +1,5 @@
1
-#ifndef POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
2
-#define POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
+#ifndef POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
+#define POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
3
4
#include <polymorphism/has_super_cool_features.hpp>
5
@@ -12,4 +12,4 @@ std::string consume(has_super_cool_features auto& s);
12
13
} // namespace modern
14
15
-#endif // POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
+#endif // POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
0 commit comments