diff options
| author | say <[email protected]> | 2023-12-08 17:40:48 +0300 |
|---|---|---|
| committer | say <[email protected]> | 2023-12-08 19:58:59 +0300 |
| commit | 914f57e3243f53dd89dd3adb4d8b6d35c47f46ce (patch) | |
| tree | 98a1f1f1f5e2c38db3a78da10aeb7eb7d4e952e0 /contrib/tools/swig/Lib/std | |
| parent | e61293d91ee7c923944f627d8e1138bcb17cacad (diff) | |
Make support_retries() and get_type() methods of object instead of class ones. Reduce get_type_name() usage.
Diffstat (limited to 'contrib/tools/swig/Lib/std')
| -rw-r--r-- | contrib/tools/swig/Lib/std/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/tools/swig/Lib/std/README b/contrib/tools/swig/Lib/std/README deleted file mode 100644 index 5cd759dda19..00000000000 --- a/contrib/tools/swig/Lib/std/README +++ /dev/null @@ -1,22 +0,0 @@ -/* ----------------------------------------------------------------------------- - * C++ STD + STL - * ----------------------------------------------------------------------------- */ - -std_common.i general common code -std_container.i general container code -std_basic_string.i basic string -std_char_traits.i char traits -std_complex.i complex -std_deque.i deque -std_except.i exceptions -std_ios.i ios -std_iostream.i istream/ostream -std_list.i list -std_map.i map -std_multimap.i multimap -std_multiset.i multiset -std_pair.i pair -std_set.i set -std_streambuf.i streambuf -std_vector.i vector -std_vectora.i vector + allocator |
