Skip to content

Commit 195d570

Browse files
committed
Improve performance
1 parent f7af650 commit 195d570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tao/json/schema.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ namespace tao
259259

260260
const basic_value< Traits > * find( const char * s ) const
261261
{
262-
const auto * p = m_value->find( s );
262+
const auto * p = m_value->unsafe_find( s );
263263
if ( p != nullptr ) {
264264
p = p->skip_raw_ptr();
265265
}

0 commit comments

Comments
 (0)