mirror of
https://github.com/boostorg/mp11.git
synced 2026-05-04 03:40:59 +02:00
Fix function application in mp_map_update
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
using boost::mp_int;
|
||||
|
||||
template<class T> using inc = mp_int<T::value + 1>;
|
||||
template<class T, class U> using inc = mp_int<U::value + 1>;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user