Changeset 62636 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Jul 28, 2016 4:49:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r62474 r62636 316 316 317 317 /* auto_ptr data doesn't have proper copy semantics */ 318 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP (File)318 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(File); 319 319 }; 320 320 … … 343 343 344 344 /* auto_ptr data doesn't have proper copy semantics */ 345 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(MemoryBuf) 345 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(MemoryBuf); 346 346 }; 347 347
Note:
See TracChangeset
for help on using the changeset viewer.