File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ namespace xo {
491491 // /@}
492492 };
493493
494- /* * @brief sentinel type, for forbidden stringliteral with no space for a null terminator **/
494+ /* * @brief sentinel type, for forbidden flatstring with no space for a null terminator **/
495495 template <>
496496 struct flatstring <0 > { flatstring() = delete ; };
497497
@@ -584,7 +584,7 @@ namespace xo {
584584 *
585585 * Example:
586586 * @code
587- * constexpr auto cmp = flatstring_compare(stringliteral ("foo"), stringliteral ("bar"));
587+ * constexpr auto cmp = flatstring_compare(flatstring ("foo"), flatstring ("bar"));
588588 * static_assert(cmp > 0);
589589 * @endcode
590590 **/
@@ -638,4 +638,4 @@ namespace xo {
638638 // /@}
639639} /* namespace xo*/
640640
641- /* * end stringliteral .hpp **/
641+ /* * end flatstring .hpp **/
You can’t perform that action at this time.
0 commit comments