/in/foo.cc:36:18: error: stray '\357' in program
double weight;
^
/in/foo.cc:36:19: error: stray '\274' in program
double weight;
^
/in/foo.cc:36:20: error: stray '\233' in program
double weight;
^
/in/foo.cc:36:12: error: expected ';' at end of member declaration
double weight;
^~~~~~
/in/foo.cc: In constructor 'Package::Package(Person&, Person&, double, double)':
/in/foo.cc:40:12: warning: 'Package::recipient' will be initialized after [-Wreorder]
Person recipient;
^~~~~~~~~
/in/foo.cc:36:12: warning: 'double Package::weight' [-Wreorder]
double weight;
^~~~~~
/in/foo.cc:41:5: warning: when initialized here [-Wreorder]
Package(Person&s ,Person&r,double w=1.0,double p=1.0)
^~~~~~~