Ryo Suzuki

Results 84 comments of Ryo Suzuki

I think making generator classes templatized could bring unnecessary complexity for maintainers and misuse of API. Instead of templatization, identical jump functions can call a common function to remove redundant...

情報提供ありがとうございます。Chromebook についても調査して今後の掲載を検討します。

ご指摘ありがとうございます!

開発中の v0.6.6 で修正 ```cpp # include // OpenSiv3D v0.6.6 void Main() { Console

網羅的な提案で助かります! v0.6.6 で作業します。

@Raclamusi さん、本 Issue について pull-request 投げてくれれば、こちらで確認して問題なさそうならマージします。

開発中の v0.6.6 において、#890 で対応完了。 ```cpp # include struct AllocatorDeductionTest { Array asArray() const { return { 'p', 'm', 'r' }; } }; void Main() { Array v1({ 1, 2, 3,...

```cpp # include // OpenSiv3D v0.6.6 void Main() { Optional from; const Rect rect{ 300, 200, 300, 200 }; while (System::Update()) { ClearPrint(); if (MouseL.down()) { from = Cursor::Pos(); }...

開発中の v0.6.6 に `Array::partition()` および `Array::stable_partition()` を実装しました。 ご提案ありがとうございました。 ```cpp # include // OpenSiv3D v0.6.6 void Main() { { Array v = { 0, 1, 2, 3, 4, 5, 10 };...

https://github.com/Siv3D/OpenSiv3D/issues/889#issuecomment-1240576603 の実装案のほう、pull-request で受け入れます! @yaito3014 さんもありがとうございます!