mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Start of 64bit clean compile of b2 engine.
This commit is contained in:
@@ -248,7 +248,7 @@ static void object_validate( OBJECT * obj )
|
||||
* object_new_range() - create an object from a string of given length
|
||||
*/
|
||||
|
||||
OBJECT * object_new_range( char const * const string, int const size )
|
||||
OBJECT * object_new_range( char const * const string, size_t size )
|
||||
{
|
||||
++strcount_in;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user