mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-06 08:14:32 +02:00
made void_ a complete type
[SVN r17182]
This commit is contained in:
@@ -23,7 +23,11 @@
|
|||||||
namespace boost {
|
namespace boost {
|
||||||
namespace mpl {
|
namespace mpl {
|
||||||
|
|
||||||
struct void_;
|
// [JDG Feb-4-2003] made void_ a complete type to allow it to be
|
||||||
|
// instantiated so that it can be passed in as an object that can be
|
||||||
|
// used to select an overloaded function. Possible use includes signaling
|
||||||
|
// a zero arity functor evaluation call.
|
||||||
|
struct void_ {};
|
||||||
|
|
||||||
template< typename T >
|
template< typename T >
|
||||||
struct is_void_
|
struct is_void_
|
||||||
|
Reference in New Issue
Block a user