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) {
687
687
}
688
688
689
689
template 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
692
692
template struct chan_impl <ipc::wr<relat::single, relat::multi , trans::broadcast>>;
693
693
template struct chan_impl <ipc::wr<relat::multi , relat::multi , trans::broadcast>>;
694
694
You can’t perform that action at this time.
0 commit comments