Changeset 4106


Ignore:
Timestamp:
Sep 27, 2021, 4:16:35 AM (2 years ago)
Author:
Peter
Message:

docs: c++11 is required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Matrix.h

    r3999 r4106  
    744744     same size. References and iterators are not invalidated.
    745745
    746      If you use c++11, do not care about iterators and references,
    747      std::swap is typically faster (only swapping a couple of pointers)
     746     If you do not care about iterators and references, std::swap is
     747     typically faster (only swapping a couple of pointers).
    748748
    749749     \throw GSL_error if sizes are not equal.
Note: See TracChangeset for help on using the changeset viewer.