Skip to content

Commit

Permalink
function : リンク切れを修正(#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 16, 2015
1 parent f82546f commit 0f20049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/function/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ f = std::bind1st(std::mem_fun(&X::foo), &x);
f(5); // x.foo(5)を呼び出す
```
- [Boost.Lambda](../lambda.md) ライブラリ。このライブラリは、自然な C++ の文法を使って関数オブジェクトを構築する強力な機構を提供する。 Lambda は、コンパイラが C++ 標準にかなり準拠していないと使えない。
- [Boost.Lambda](../lambda.md.nolink) ライブラリ。このライブラリは、自然な C++ の文法を使って関数オブジェクトを構築する強力な機構を提供する。 Lambda は、コンパイラが C++ 標準にかなり準拠していないと使えない。
##References to Functions
Expand Down

0 comments on commit 0f20049

Please sign in to comment.