OSDN Git Service

2003-02-06 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / codecvt.h
index c88c29d..45d5f3a 100644 (file)
       { return this->do_always_noconv(); }
 
       int
-      length(const state_type& __state, const extern_type* __from,
+      length(state_type& __state, const extern_type* __from,
             const extern_type* __end, size_t __max) const
       { return this->do_length(__state, __from, __end, __max); }
 
       do_always_noconv() const throw() = 0;
 
       virtual int 
-      do_length(const state_type&, const extern_type* __from, 
+      do_length(state_type&, const extern_type* __from, 
                const extern_type* __end, size_t __max) const = 0;
 
       virtual int 
       do_always_noconv() const throw();
 
       virtual int 
-      do_length(const state_type&, const extern_type* __from, 
+      do_length(state_type&, const extern_type* __from, 
                const extern_type* __end, size_t __max) const;
 
       virtual int 
       do_always_noconv() const throw();
 
       virtual int 
-      do_length(const state_type&, const extern_type* __from, 
+      do_length(state_type&, const extern_type* __from, 
                const extern_type* __end, size_t __max) const;
 
       virtual int 
       bool do_always_noconv() const throw();
 
       virtual 
-      int do_length(const state_type&, const extern_type* __from,
+      int do_length(state_type&, const extern_type* __from,
                    const extern_type* __end, size_t __max) const;
 
       virtual int