Fix platform-specific build errors introduced by 6292e029 and 014e434e11/2711/3
commitc6e940b5287b90d9ff7f293b30a4c40b4b14d35c
authorPhil Miller <mille121@illinois.edu>
Tue, 20 Jun 2017 12:53:07 +0000 (20 08:53 -0400)
committerPhil Miller <mille121@illinois.edu>
Tue, 20 Jun 2017 14:12:25 +0000 (20 09:12 -0500)
treeabc62f0cd03b6dd1d14a18e46e152796dc659362
parent23b0cc6169f81eea42a0ba4933dabf056d1723ef
Fix platform-specific build errors introduced by 6292e029 and 014e434e

Give MSVC 'typename' where other compilers apparently don't need it

Move the definition of CmiSpanningTreeInfo out from under
#if CMK_HAS_PARTITION
so that the dependent code can compile on non-LRTS layers that don't
support partitions

Change-Id: Ic636779e718d519b9b7f843fdb68345ddc9ccebb
src/conv-core/converse.h
src/util/spanningTree.C