Changeset 55b060d for libcfa/src/bits


Ignore:
Timestamp:
Aug 30, 2023, 10:13:45 PM (18 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0b8c951d
Parents:
38de914
Message:

rename directories containers to collections

Location:
libcfa/src/bits
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified libcfa/src/bits/collections.hfa

    r38de914 r55b060d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // bits/containers.hfa -- Intrusive generic containers.hfa
     7// bits/collections.hfa -- Intrusive generic collections
    88//
    99// Author           : Thierry Delisle
    1010// Created On       : Tue Oct 31 16:38:50 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Feb  2 11:33:08 2023
    13 // Update Count     : 29
     12// Last Modified On : Wed Aug 30 21:26:39 2023
     13// Update Count     : 30
    1414
    1515#pragma once
  • TabularUnified libcfa/src/bits/weakso_locks.hfa

    r38de914 r55b060d  
    2020#include "bits/locks.hfa"
    2121#include "bits/sequence.hfa"
    22 #include "bits/containers.hfa"
    23 #include "containers/list.hfa"
     22#include "bits/collections.hfa"
     23#include "collections/list.hfa"
    2424
    2525struct select_node;
Note: See TracChangeset for help on using the changeset viewer.