Ignore:
Timestamp:
Mar 29, 2023, 11:07:03 AM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
afdb74b
Parents:
60380a1
Message:

Moved toString and toCString to a new header. Updated includes. cassert was somehow getting instances of toString before but that stopped working so I embedded the new smaller include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/cassert

    r60380a1 r9feb34b  
    2020#include_next <cassert>
    2121
    22 #include <string>
    23 
    24 template < typename ... Params >
    25 std::string toString( const Params & ... params );
     22#include "Common/ToString.hpp"
    2623
    2724#ifdef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.