We had exception specs on the C++ interface, but C++11 does not support them and some compilers have never honoured them. Remove all specs. Thanks Lovell. See https://github.com/jcupitt/libvips/issues/362
see https://github.com/jcupitt/libvips/pull/213 this now works: VImage rows; VImage cols = in.profile( &rows );