File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -687,8 +687,8 @@ buff_t chan_impl<Flag>::try_recv(ipc::handle_t h) {
687687}
688688
689689template struct chan_impl <ipc::wr<relat::single, relat::single, trans::unicast >>;
690- template struct chan_impl <ipc::wr<relat::single, relat::multi , trans::unicast >>;
691- template struct chan_impl <ipc::wr<relat::multi , relat::multi , trans::unicast >>;
690+ // template struct chan_impl<ipc::wr<relat::single, relat::multi , trans::unicast >>; // TBD
691+ // template struct chan_impl<ipc::wr<relat::multi , relat::multi , trans::unicast >>; // TBD
692692template struct chan_impl <ipc::wr<relat::single, relat::multi , trans::broadcast>>;
693693template struct chan_impl <ipc::wr<relat::multi , relat::multi , trans::broadcast>>;
694694
You can’t perform that action at this time.
0 commit comments