Skip to content

Commit

Permalink
File content was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
VasiliyevAD committed Nov 19, 2021
1 parent 712bf36 commit 8bfb237
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions cpp/Platform.Converters/IConverter[T].h
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
namespace Platform::Converters
{
template <typename ...> class IConverter;
template <typename T> class IConverter<T> : public IConverter<T, T>
{ };
}
// Translation is not required
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<ClInclude Include="Converter.h" />
<ClInclude Include="ConverterBase.h" />
<ClInclude Include="IConverter[TSource, TTarget].h" />
<ClInclude Include="IConverter[T].h" />
<ClInclude Include="To.h" />
<ClInclude Include="Platform.Converters.h" />
<ClInclude Include="StringConverter.h" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<ClInclude Include="ConverterBase.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="IConverter[T].h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="IConverter[TSource, TTarget].h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down

0 comments on commit 8bfb237

Please sign in to comment.