Changeset f715c76 for memlog.cpp


Ignore:
Timestamp:
05/29/15 08:42:53 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
af4bfd0
Parents:
e1b15ec
git-author:
Hal Finkel <hfinkel@…> (05/29/15 08:42:53)
git-committer:
Hal Finkel <hfinkel@…> (05/29/15 08:42:53)
Message:

add comment about lang. usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog.cpp

    r1bd82e0 rf715c76  
    77#include <cstring> 
    88 
     9// NOTE: This source makes very minimal use of C++11 features. It can still be 
     10// compiled by g++ 4.4.7 with -std=gnu++0x. 
    911#include <unordered_map> 
    1012#include <utility> 
Note: See TracChangeset for help on using the changeset viewer.