File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -746,8 +746,6 @@ CLASSDESC_USE_OLDSTYLE_MEMBER_OBJECTS(unpack)
746
746
CLASSDESC_FUNCTION_NOP(pack)
747
747
CLASSDESC_FUNCTION_NOP(unpack)
748
748
749
- #include " pack_stl.h"
750
-
751
749
#ifdef _CLASSDESC
752
750
#pragma omit pack classdesc::string
753
751
#pragma omit pack eco_strstream
Original file line number Diff line number Diff line change 9
9
#ifndef PACK_EPILOGUE_H
10
10
#define PACK_EPILOGUE_H
11
11
12
+ #include " pack_stl.h"
13
+
12
14
namespace classdesc_access
13
15
{
14
16
namespace cd = classdesc;
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
#include " pack_base.h"
10
+ #include " pack_stl.h"
10
11
#include " miscMemberTypes.h"
11
12
#include " classdesc_epilogue.h"
12
13
Original file line number Diff line number Diff line change 10
10
Test things like the equality operator and streaming is reversible
11
11
*/
12
12
13
+ #include " pack_stl.h"
13
14
#include " javaClass.h"
14
15
#include " javaClass_serialisation.h"
15
16
#include " javaClass.cd"
You can’t perform that action at this time.
0 commit comments