1
0
forked from boostorg/core

Merge pull request #108 from Aiee/fix-typo

[Minor] Fix typo
This commit is contained in:
Andrey Semashev
2022-04-19 11:17:52 +03:00
committed by GitHub

View File

@ -27,7 +27,7 @@ namespace noncopyable_ // protection from unintended ADL
// whether a type derives from noncopyable without needing the definition
// of noncopyable itself.
//
// The definition of base_token is macro-guarded so that Type Trais can
// The definition of base_token is macro-guarded so that Type Traits can
// define it locally without including this header, to avoid a dependency
// on Core.