Changeset 733074e for src/include


Ignore:
Timestamp:
May 21, 2019, 3:56:27 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ca8704f
Parents:
e0016a5
Message:

Removed stub for toString by moving to a more precise Stub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/cassert

    re0016a5 r733074e  
    1919
    2020#include_next <cassert>
     21
     22#include <string>
     23
     24template < typename ... Params >
     25std::string toString( const Params & ... params );
    2126
    2227#ifdef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.