[ruby] clarify dependency of fragments for unordered_set containers.

This commit is contained in:
Takashi Tamura 2017-02-18 21:30:17 +09:00
commit 43c3ca3767
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>