forked from boostorg/regex
Merge warning fixes from Trunk.
Merge Documentation fixes from Trunk. Merge updated makefiles from Trunk. [SVN r78577]
This commit is contained in:
@ -63,6 +63,8 @@ struct char_architype
|
||||
// conversion to integral type:
|
||||
operator long()const;
|
||||
};
|
||||
inline long hash_value(char_architype val)
|
||||
{ return val; }
|
||||
//
|
||||
// char_architype can not be used with basic_string:
|
||||
//
|
||||
|
Reference in New Issue
Block a user