mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 23:30:30 +00:00
Remove comments that are (now) more distracting than helpful.
This commit is contained in:
parent
61a0bb8bd3
commit
ec8b8b68c7
@ -50,7 +50,7 @@ class type_caster : public type_caster_for_class_<type> {};
|
||||
template <typename type>
|
||||
using make_caster = type_caster_odr_guard<intrinsic_t<type>, type_caster<intrinsic_t<type>>>;
|
||||
|
||||
#else // !PYBIND11_TYPE_CASTER_ODR_GUARD_ON
|
||||
#else
|
||||
|
||||
template <typename type>
|
||||
using make_caster = type_caster<intrinsic_t<type>>;
|
||||
@ -149,7 +149,7 @@ public:
|
||||
= ::pybind11::detail::tu_local_const_name(__FILE__ ":" PYBIND11_TOSTRING(__LINE__)); \
|
||||
PYBIND11_DETAIL_TYPE_CASTER_TAIL(type)
|
||||
|
||||
#else // !PYBIND11_TYPE_CASTER_ODR_GUARD_ON
|
||||
#else
|
||||
|
||||
# define PYBIND11_TYPE_CASTER(type, py_name) \
|
||||
PYBIND11_DETAIL_TYPE_CASTER_HEAD(type, py_name) \
|
||||
|
Loading…
Reference in New Issue
Block a user