Ignore:
Timestamp:
Mar 14, 2023, 3:22:10 PM (14 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
dbae916
Parents:
0d0931d
Message:

add comment about why no #pragma once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r0d0931d rc19ca4b  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Mar 14 11:48:41 2023
    13 // Update Count     : 58
    14 //
    15 
    16 //#pragma once
     12// Last Modified On : Tue Mar 14 13:39:31 2023
     13// Update Count     : 59
     14//
     15
     16// No not use #pragma once was this file is included twice in some places. It has its own guard system.
    1717
    1818#include "bits/containers.hfa"
Note: See TracChangeset for help on using the changeset viewer.