Menu

#129 cinterf.h and const correctness

Wish List
closed
nobody
5
2007-10-10
2006-01-14
No

It would be nice if the interface functions declared in
cinterf.h could be declared with const correctness in
mind. For instance, the declaration

extern char* string_find(char*, int);

should be changed to (something equivalent to)

extern char* string_find(const char*, int);

Discussion

  • Theresa Swift

    Theresa Swift - 2007-10-10

    Logged In: YES
    user_id=13011
    Originator: NO

    Finally fixed.

     
  • Theresa Swift

    Theresa Swift - 2007-10-10
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB