We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683aa0f commit 479ee11Copy full SHA for 479ee11
1 file changed
include/stdexec/__detail/__connect_awaitable.hpp
@@ -41,9 +41,9 @@ namespace STDEXEC
41
STDEXEC_PRAGMA_OPTIMIZE_BEGIN()
42
43
# if STDEXEC_MSVC()
44
- static constexpr std::size_t __storage_size = 256;
+ static constexpr std::size_t __storage_size = 256;
45
# else
46
- static constexpr std::size_t __storage_size = 8 * sizeof(void*);
+ static constexpr std::size_t __storage_size = 8 * sizeof(void*);
47
# endif
48
static constexpr std::size_t __storage_align = __STDCPP_DEFAULT_NEW_ALIGNMENT__;
49
0 commit comments