We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c1632 commit aaf1db6Copy full SHA for aaf1db6
include/mp/proxy-types.h
@@ -94,7 +94,7 @@ struct ReadDestEmplace
94
{
95
ReadDestEmplace(TypeList<LocalType>, EmplaceFn emplace_fn) : m_emplace_fn(std::move(emplace_fn)) {}
96
97
- //! Simple case. If ReadField impementation calls this construct() method
+ //! Simple case. If ReadField implementation calls this construct() method
98
//! with constructor arguments, just pass them on to the emplace function.
99
template <typename... Args>
100
decltype(auto) construct(Args&&... args)
0 commit comments