Skip to content

Commit

Permalink
fix(random_device): remove example tag because multifile exec isn't s…
Browse files Browse the repository at this point in the history
…upported

ref:
- #487
  • Loading branch information
yumetodo committed Dec 5, 2017
1 parent fcf8708 commit 9fd0314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/random/random_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ using std::random_device;

使用例は次の通り。上記コードを`random_device.hpp`というファイル名で保存していると仮定する。`cpprefjp::random_device``std::random_device`のworkaroundで、C++11標準規格の要求を満たしたクラス。

```cpp example
```cpp
#include "random_device.hpp"
#include <iostream>
#include <vector>
Expand Down

1 comment on commit 9fd0314

@yumetodo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これは現状複数ファイルの実行をサポートしていないからです。またmingw上じゃないとありがたみがないという話もあります。mingw上でWandboxが実行できる&&kunaiでサポートする日が来たらrevertしてください

Please sign in to comment.