mirror of
https://github.com/boostorg/variant.git
synced 2026-02-09 23:52:08 +00:00
Minor fix and addition.
[SVN r20048]
This commit is contained in:
@@ -27,10 +27,15 @@ namespace boost {
|
||||
//
|
||||
// See docs and recursive_wrapper_fwd.hpp for more information.
|
||||
//
|
||||
|
||||
template <typename T>
|
||||
class recursive_wrapper
|
||||
{
|
||||
public: // representation
|
||||
public: // typedefs
|
||||
|
||||
typedef T type;
|
||||
|
||||
private: // representation
|
||||
|
||||
T* p_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user