apostrophe.hpp 105 B

1234
  1. const auto apostrophe_data = mstch::map{
  2. {"apos", std::string{"'"}},
  3. {"control", std::string{"X"}}
  4. };