...
This commit is contained in:
@@ -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 '}':
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user