Skip to content

Commit

Permalink
Update formatter.md
Browse files Browse the repository at this point in the history
assertしていた事後条件は規定がないので削除
  • Loading branch information
tetsurom committed Apr 29, 2024
1 parent 4796c01 commit 33fdff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reference/format/formatter.md
Expand Up @@ -109,7 +109,6 @@ namespace std {
typename FC::template formatter_type<T> f;
pc.advance_to(f.parse(pc)); // オプションを解析し状態を保存する
fc.advance_to(f.format(u, fc)); // 状態をもとにフォーマットを行う
assert(pc.begin() == pc.end() || *pc.begin() == '}');
```
* pc.advance_to[link /reference/format/basic_format_parse_context/advance_to.md]
* fc.advance_to[link /reference/format/basic_format_context/advance_to.md]
Expand Down

0 comments on commit 33fdff4

Please sign in to comment.