Cannot insert the keys and values in a map
I’d been trying to insert some key and values the following way, but I’m getting an error that error: no matching constructor for initialization of 'Edge'
. I’m using C++17:
Cannot insert the keys and values in a map (C++)
I’d been trying to insert some key and values the following way but I’m getting an error that error: no matching constructor for initialization of 'Edge'
. I’m using C++17: