Re: [PATCH] C++ style coding does not compile

2009-10-03 Thread Sasha Khapyorsky
On 16:09 Thu 01 Oct , Smith, Stan wrote: > > Move C++ in-stream var declarations to top of {} block as in C style; Var > assignments left in place. > MSFT compiler errors out with Missing ';' before 'type', 'Illegal use of this > type osm_prefix_route_t as an expression'? > > > Signed-off-

[PATCH] C++ style coding does not compile

2009-10-01 Thread Smith, Stan
Move C++ in-stream var declarations to top of {} block as in C style; Var assignments left in place. MSFT compiler errors out with Missing ';' before 'type', 'Illegal use of this type osm_prefix_route_t as an expression'? Signed-off-by: stan smith diff --git a/opensm/opensm/osm_sa_path_recor