|
|
@@ -26,12 +26,6 @@ struct meta_context {
|
|
|
} // namespace internal
|
|
|
/*! @endcond */
|
|
|
|
|
|
-/*! @brief Disambiguation tag for constructors and the like. */
|
|
|
-class meta_ctx_arg_t final {};
|
|
|
-
|
|
|
-/*! @brief Constant of type meta_context_arg_t used to disambiguate calls. */
|
|
|
-inline constexpr meta_ctx_arg_t meta_ctx_arg{};
|
|
|
-
|
|
|
/*! @brief Opaque meta context type. */
|
|
|
class meta_ctx: private internal::meta_context {
|
|
|
// attorney idiom like model to access the base class
|