blob: ec1bb23959f8b124097b80a69d7af2e0f6f837e2 [file] [log] [blame]
James Feist3909dc82020-04-03 10:58:55 -07001#pragma once
2
3#include <boost/container/flat_set.hpp>
4namespace crow
5{
6namespace webroutes
7{
8
Ed Tanouscf9e4172022-12-21 09:30:16 -08009// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
James Feist3909dc82020-04-03 10:58:55 -070010static boost::container::flat_set<std::string> routes;
11
12} // namespace webroutes
13
14} // namespace crow