Skip to content

Commit

Permalink
Move DefaultTargetPart to linksConstants, remove LinksConstantsBase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Apr 14, 2022
1 parent 878455e commit dbb84e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion cpp/Platform.Data/LinksConstants.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
namespace Platform::Data
{
template<std::integral TLinkAddress>
struct LinksConstants : LinksConstantsBase
struct LinksConstants
{
static constexpr int DefaultTargetPart = 2;
public:
const TLinkAddress IndexPart{};

Expand Down
7 changes: 0 additions & 7 deletions cpp/Platform.Data/LinksConstantsBase.h

This file was deleted.

0 comments on commit dbb84e1

Please sign in to comment.