...
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
|
||||
|
||||
#include <concepts>
|
||||
#include <string>
|
||||
|
||||
// #include "mcc_traits.h"
|
||||
#include "mcc_traits.h"
|
||||
|
||||
namespace mcc::traits
|
||||
{
|
||||
@@ -36,7 +35,7 @@ concept mcc_astrom_engine_c = requires(T t, const T t_const) {
|
||||
|
||||
{ t_const.getState() } -> std::same_as<typename T::engine_state_t>;
|
||||
|
||||
{ t_const.errorString(std::declval<typename T::engine_err_t>()) } -> std::convertible_to<std::string>;
|
||||
{ t_const.errorString(std::declval<typename T::engine_err_t>()) } -> mcc_formattable;
|
||||
|
||||
/* coordinates conversional methods */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user