Skip to content

Commit

Permalink
C++ CWG DR 2237 fix (lsils#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1f6c1c4 authored Aug 10, 2021
1 parent 2e393c0 commit 540489a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mockturtle/networks/storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ template<>
struct node_pointer<0>
{
public:
node_pointer<0>() = default;
node_pointer<0>( uint64_t index ) : index( index ) {}
node_pointer() = default;
node_pointer( uint64_t index ) : index( index ) {}

union {
uint64_t index;
Expand Down

0 comments on commit 540489a

Please sign in to comment.