Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
wx257osn2 committed Jan 26, 2023
1 parent e92dbda commit c0e6060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/expected/expected.md
Expand Up @@ -118,6 +118,7 @@ int main()
```
* std::expected[color ff0000]
* std::unexpected[link unexpected.md]
* std::quoted[link ../iomanip/quoted.md]

### 出力
```
Expand Down
1 change: 1 addition & 0 deletions reference/expected/unexpected.md
Expand Up @@ -98,6 +98,7 @@ int main()
```
* std::unexpected[color ff0000]
* std::expected[link expected.md]
* std::quoted[link ../iomanip/quoted.md]

### 出力
```
Expand Down
1 change: 1 addition & 0 deletions reference/string/basic_string.md
Expand Up @@ -287,6 +287,7 @@ int main()
static_assert(f());
}
```
* s.data()[link basic_string/data.md]

## 参照
- [N2668 Concurrency Modifications to Basic String](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2668.htm)
Expand Down

0 comments on commit c0e6060

Please sign in to comment.