Technical reasons for names containing underscores?

Posted by Neil Butterworth on Stack Overflow See other posts from Stack Overflow or by Neil Butterworth
Published on 2010-04-20T20:06:38Z Indexed on 2010/04/20 20:13 UTC
Read the original article Hit count: 273

Filed under:

Are there any technical reasons for the use of the underscore in names like (for example) scoped_lock in the Boost library? Why not call it `ScopedLock?

Please note I am not asking about stylistic reasons.

© Stack Overflow or respective owner

Related posts about c++