Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
maspypy committed Jan 18, 2024
1 parent 62555dd commit 705fdd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion math/polynomial_root_finding/gen/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using u32 = unsigned int;
using u64 = unsigned long long;
using i128 = __int128;
using u128 = unsigned __int128;
using f128 = __float128;

template <class T>
using vc = vector<T>;
Expand Down

0 comments on commit 705fdd7

Please sign in to comment.