boostorg / boostorg/histogram

Confusing error on `make_histogram(axis::integer(0, 1), dense_storage())`

オープン
#350 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
334
フォーク
76
PR マージ指標
30日以内にマージされた PR はありません

説明

```c++
// c++17
auto h = bh::make_histogram(bh::axis::integer(0, 1), bh::dense_storage());
```
This does not work (and currently shouldn't!) but fails in mysterious ways that are difficult to comprehend. If possible, we should make this work and deprecate `make_histogram_with` or fail at the earliest. The code interprets the second argument as an axis, but hopefully we can prevent that with better constraints on the template.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。