2
0
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:
Eric Friedman
2003-09-14 03:48:52 +00:00
parent 3505b0591b
commit 8db6a3ff3f

View File

@@ -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_;