|
@@ -43,6 +43,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
#include <boost/noncopyable.hpp>
|
|
#include <boost/noncopyable.hpp>
|
|
#include <bitset>
|
|
#include <bitset>
|
|
|
|
+#include <memory>
|
|
|
|
+#include <typeinfo>
|
|
|
|
|
|
//
|
|
//
|
|
#if _MSC_VER >= 1500 || (defined __GNUC___)
|
|
#if _MSC_VER >= 1500 || (defined __GNUC___)
|
|
@@ -261,6 +263,7 @@ namespace STEP {
|
|
(*this) = o;
|
|
(*this) = o;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
public:
|
|
public:
|
|
|
|
|
|
operator const T& () const {
|
|
operator const T& () const {
|