Skip to content

Commit

Permalink
more shooting in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed May 16, 2024
1 parent 6beb06f commit b044314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncrystal_core/include/NCrystal/NCInfo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ namespace NCRYSTAL_NAMESPACE {

struct NCRYSTAL_API Info::Data final : private NoCopyMove {
//For MSC:
Data() = default;
~Data() = default;
Data( const Data& ) = delete;
Data& operator=( const Data& ) = delete;
Data( Data&& ) = delete;
Expand Down

0 comments on commit b044314

Please sign in to comment.