#if !defined(MATCHING_BRACKETS_H) #define MATCHING_BRACKETS_H #include <string> namespace matching_brackets { bool check(std::string s); } // namespace matching_brackets #endif // MATCHING_BRACKETS_H