mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-03 14:34:33 +02:00
fixed trivial bug
[SVN r29654]
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
// and other Boosters
|
// and other Boosters
|
||||||
// when: November 2000, March 2003, June 2005
|
// when: November 2000, March 2003, June 2005
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
@@ -193,7 +194,7 @@ namespace boost
|
|||||||
typedef T type;
|
typedef T type;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class T, size_t N>
|
template<class T, std::size_t N>
|
||||||
struct array_to_pointer_decay<T[N]>
|
struct array_to_pointer_decay<T[N]>
|
||||||
{
|
{
|
||||||
typedef const T * type;
|
typedef const T * type;
|
||||||
|
Reference in New Issue
Block a user