mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 22:14:29 +02:00
Fix typo.
[SVN r36487]
This commit is contained in:
@@ -669,7 +669,7 @@ The first part guarantees the successful compilation of something like this:
|
||||
|
||||
and the second part provides the library's users with a mechanism to make the
|
||||
above code work not only for `char`, `int` or other built-in type,
|
||||
but for they own types as well:
|
||||
but for their own types as well:
|
||||
|
||||
namespace myspace{
|
||||
struct MyClass {};
|
||||
|
Reference in New Issue
Block a user