Skip to content

Commit

Permalink
tom removed typename
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 19, 2023
1 parent c5be572 commit 42018f7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ namespace Tom::Commands::Make::Support
/* Nothing to prepare, btm relation/s defined on the command-line but no values
(return true with default values) */
if (m_values.empty()) {
const auto valuesSize = static_cast<typename P::size_type>(
allBtmValues.size());
const auto valuesSize = static_cast<P::size_type>(allBtmValues.size());

P result;
result.reserve(valuesSize);
Expand Down

0 comments on commit 42018f7

Please sign in to comment.