We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9995b81 commit 8d93aefCopy full SHA for 8d93aef
1 file changed
tests/proxy_regression_tests.cpp
@@ -81,7 +81,7 @@ TEST(ProxyRegressionTests, TestProxiableSelfDependency) {
81
}
82
83
// https://github.com/ngcpp/proxy/issues/10
84
-TEST(ProxyRegressionTests, TestWeakDispathReferenceReturningOverload) {
+TEST(ProxyRegressionTests, TestWeakDispatchReferenceReturningOverload) {
85
struct MyFacade
86
: pro::facade_builder //
87
::add_convention<pro::weak_dispatch<details::MemFun>, int&()> //
0 commit comments