Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/cassert

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