[ruby] clarify dependency of fragments for unordered_set containers.
This commit is contained in:
parent
28f7d61986
commit
43c3ca3767
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%include <std_unordered_set.i>
|
||||
|
||||
%fragment("StdUnorderedMultisetTraits","header",fragment="StdSequenceTraits")
|
||||
%fragment("StdUnorderedMultisetTraits","header",fragment="StdUnorderedSetTraits")
|
||||
%{
|
||||
namespace swig {
|
||||
template <class RubySeq, class T>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%include <std_set.i>
|
||||
|
||||
%fragment("StdUnorderedSetTraits","header",fragment="<stddef.h>",fragment="StdSequenceTraits")
|
||||
%fragment("StdUnorderedSetTraits","header",fragment="<stddef.h>",fragment="StdSetTraits")
|
||||
%{
|
||||
namespace swig {
|
||||
template <class RubySeq, class T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue