Skip to content
Snippets Groups Projects
Commit c0f32b9f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Use 'std::size_t' everywhere instead of 'size_t'.

This is automatic replacement with
ag '(?<!std::)size_t(?!\w)' --ignore-dir=ThirdParty -l | xargs perl -pi.bak -e  's/(?<!std::)size_t(?!\w)/std::size_t/g'
parent 05b1dbb0
No related branches found
No related tags found
No related merge requests found
Showing
with 106 additions and 106 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment