This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++] Notes on specializing char_traits for basic_string<arbitrary-stuff>


Phil Edwards <phil@jaj.com> writes:

| +      Now, <code>allocator&lt;CharT&gt;</code> will probably Do The Right
| +      Thing by default, unless you need to do something very strange with
                                                           ^^^^^^^^^^^^  
| +      memory allocation in your characters.

I'm not sure that wording is appropriate.  What about

   "... unless you need to implement your own allocator for your characters."

?	

[...]

| +   </p>
| +   <p>One example of how to specialize char_traits is given
| +      <a href="http://gcc.gnu.org/ml/libstdc++/2002-08/msg00260.html";>in

and someone named Gaby was supposed to have put all that in a much
more usable form :-)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]