VirtualBox

Changeset 62636 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Jul 28, 2016 4:49:39 PM (8 years ago)
Author:
vboxsync
Message:

cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and DECLARE_CLS_NEW_DELETE_NOOP should require ';' as that makes it easier for editors and such to parse the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/xml.h

    r62474 r62636  
    316316
    317317    /* 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);
    319319};
    320320
     
    343343
    344344    /* 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);
    346346};
    347347
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette