diff options
Diffstat (limited to 'WebKit/android/stlport/using/sstream')
| -rw-r--r-- | WebKit/android/stlport/using/sstream | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/WebKit/android/stlport/using/sstream b/WebKit/android/stlport/using/sstream new file mode 100644 index 0000000..925c37e --- /dev/null +++ b/WebKit/android/stlport/using/sstream @@ -0,0 +1,16 @@ +using _STLP_NEW_IO_NAMESPACE::basic_stringbuf; +using _STLP_NEW_IO_NAMESPACE::stringbuf; + +using _STLP_NEW_IO_NAMESPACE::basic_istringstream; +using _STLP_NEW_IO_NAMESPACE::basic_ostringstream; +using _STLP_NEW_IO_NAMESPACE::basic_stringstream; +using _STLP_NEW_IO_NAMESPACE::istringstream; +using _STLP_NEW_IO_NAMESPACE::ostringstream; +using _STLP_NEW_IO_NAMESPACE::stringstream; + +#ifndef _STLP_NO_WIDE_STREAMS +using _STLP_NEW_IO_NAMESPACE::wstringbuf; +using _STLP_NEW_IO_NAMESPACE::wistringstream; +using _STLP_NEW_IO_NAMESPACE::wostringstream; +using _STLP_NEW_IO_NAMESPACE::wstringstream; +#endif |
