| 19 | }; |
| 20 | |
| 21 | float IntToFloat(const int& x) |
| 22 | { |
| 23 | return static_cast<float>(x); |
| 24 | } |
| 25 | |
| 26 | typedef std::vector<fplus::result<int, std::string>> IntResults; |
| 27 | typedef std::vector<int> Ints; |
nothing calls this directly
no outgoing calls
no test coverage detected