| #ifndef THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_ | |
| #define THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_ | |
| #include <string> | |
| #include "boost/container/flat_set.hpp" // NOLINT | |
| namespace crow { | |
| namespace webroutes { | |
| // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables) | |
| static boost::container::flat_set<std::string> routes; // NOLINT | |
| } // namespace webroutes | |
| } // namespace crow | |
| #endif // THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_ |