Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions include/stdexec/__detail/__basic_sender.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,8 @@ namespace STDEXEC
};
};

#if !defined(STDEXEC_DEMANGLE_SENDER_NAMES)
namespace
{
#endif
//! A struct template to aid in creating senders. This struct resembles P2300's
//! [_`basic-sender`_](https://eel.is/c++draft/exec#snd.expos-24), but is not an exact
//! implementation. Note: The struct named `__basic_sender` is just a dummy type and
Expand Down Expand Up @@ -407,9 +405,7 @@ namespace STDEXEC
template <class _Tag, class _Data, class... _Child>
STDEXEC_HOST_DEVICE_DEDUCTION_GUIDE
__sexpr(_Tag, _Data, _Child...) -> __sexpr<STDEXEC_SEXPR_DESCRIPTOR(_Tag, _Data, _Child...)>;
#if !defined(STDEXEC_DEMANGLE_SENDER_NAMES)
} // anonymous namespace
#endif

//////////////////////////////////////////////////////////////////////////////////////////////////
// __make_sexpr
Expand Down
5 changes: 0 additions & 5 deletions include/stdexec/__detail/__sender_introspection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@

namespace STDEXEC
{
#if defined(STDEXEC_DEMANGLE_SENDER_NAMES)
template <auto _Descriptor>
struct __sexpr;
#else
namespace
{
template <auto _Descriptor>
struct __sexpr;
} // namespace
#endif

// A type that describes a sender's metadata
template <class _Tag, class _Data, class... _Child>
Expand Down
Loading