私は、Android NDKで定義されているhash_mapを使用しようとしていますが、私は "非推奨の警告" を取得: "unordered_mapは" GNU-のlibstdcに存在しているためAndroidでunordered_mapを使用するには?
ndk/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/../backward/backward_warning.h:33:2:
error: #warning This file includes at least one deprecated or antiquated header which may
be removed without further notice at a future date. Please use a non-deprecated interface
with equivalent functionality instead. For a listing of replacement headers and
interfaces, consult the file backward_warning.h. To disable this warning use -Wno-
deprecated. [-Werror=cpp]
をそして++/4.6 /も含ま/とgnu-libstdC++/4.6/include/tr1 /で、私はそれを使う方法があると信じています。
私はそれが見つからないということです。次のうち適切なものはどれですか(該当する場合):
#include <tr1/unordered_map.h>
#include <unordered_map>
次に使用方法は? __gnu_cxx :: unordered_mapは認識されません。この情報の検索方法はわかりません。