mirror of
https://github.com/boostorg/utility.git
synced 2025-10-16 10:25:20 +02:00
Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
This commit is contained in:
@@ -57,7 +57,7 @@ struct complement
|
||||
struct traits
|
||||
{
|
||||
private:
|
||||
// indirection through complement_traits_aux neccessary to keep MSVC happy
|
||||
// indirection through complement_traits_aux necessary to keep MSVC happy
|
||||
typedef complement_traits_aux<Number, size - 1> prev;
|
||||
public:
|
||||
BOOST_STATIC_CONSTANT(Number, max =
|
||||
|
Reference in New Issue
Block a user