t-sakashita / rokko

Integrated Interface for libraries of eigenvalue decomposition
Boost Software License 1.0
10 stars 2 forks source link

wrap_mapping_bcのコピーコンストラクタ #561

Open t-sakashita opened 4 years ago

t-sakashita commented 4 years ago

https://stackoverflow.com/questions/51052042/diamond-inheritance-with-additional-class-copy-constructor

t-sakashita commented 4 years ago

mapping_common_sizesクラスの以下は不要:

  mapping_common_sizes(mapping_common_sizes const& map)
    : local_size(map.get_local_size()), block_size(map.get_block_size()) {}