| 237 | |
| 238 | template <class Archive> |
| 239 | void serialize(Archive& ar, IntVector2D& data) |
| 240 | { |
| 241 | ar(data.x, data.y); |
| 242 | } |
| 243 | template <class Archive> |
| 244 | void serialize(Archive& ar, RealVector2D& data) |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected