Skip to content

Commit

Permalink
concept check : 参考文献へのリンク切れを修正(#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 16, 2015
1 parent de3f9d1 commit e2ee065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/concept_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Boost コンセプト・チェック・ライブラリは、次のような手


## <a name="motivating-example" href="#motivating-example">動機の例</a>
テンプレート・ライブラリの不正な使用法と、その結果生じるエラーメッセージを例証するために単純なサンプルを示す。 下記のコードでは、標準テンプレート・ライブラリー (STL) のジェネリックな `std::stable_sort()` アルゴリズム [[3](./concept_check/bibiography.md#generic-programming-and-the-stl)[4](./concept_check/bibliography.md#stl-tutorial-and-reference-guide)[5](./concept_check/bibliography.md#the-standard-template-library)] をリンクリストに適用している。
テンプレート・ライブラリの不正な使用法と、その結果生じるエラーメッセージを例証するために単純なサンプルを示す。 下記のコードでは、標準テンプレート・ライブラリー (STL) のジェネリックな `std::stable_sort()` アルゴリズム [[3](./concept_check/bibliography.md#generic-programming-and-the-stl)[4](./concept_check/bibliography.md#stl-tutorial-and-reference-guide)[5](./concept_check/bibliography.md#the-standard-template-library)] をリンクリストに適用している。

bad_error_eg.cpp:
```
Expand Down

0 comments on commit e2ee065

Please sign in to comment.