This commit is contained in:
2026-02-17 14:08:46 +03:00
parent cc57643315
commit ec7b7d8506
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ struct std::formatter<mcc::impl::MccError, char> {
// _currFmt.push_back(*(++it)); // _currFmt.push_back(*(++it));
// } // }
if (it++ != ctx.end() || it++ != '}') { if (it++ != ctx.end() || *(it++) != '}') {
_delim = *(++it); _delim = *(++it);
} }
case '}': case '}':

View File

@@ -1185,7 +1185,7 @@ protected:
return mcc_deduce_err(t_err, MccGenericMountNetworkServerErrorCode::ERROR_MOUNT_GET_TELEMETRY); return mcc_deduce_err(t_err, MccGenericMountNetworkServerErrorCode::ERROR_MOUNT_GET_TELEMETRY);
} }
auto get_coords = [&]<mcc_coord_pair_c T>(T& cp) { auto get_coords = [&]<mcc_coord_pair_c T>(T& cp) -> std::error_code {
cp.setEpoch(tdata.mountPos.epoch()); cp.setEpoch(tdata.mountPos.epoch());
if (target) { if (target) {