Changeset 4591 for source/ariba/utility


Ignore:
Timestamp:
Jun 29, 2009, 11:51:07 AM (15 years ago)
Author:
Christoph Mayer
Message:

gmp cout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/types/Identifier.h

    r4590 r4591  
    4343#include <string>
    4444#include <cassert>
     45#include <iostream>
    4546#include <gmp.h>
    4647#include <boost/cstdint.hpp>
     
    577578        if (X.isDeserializer()){
    578579                if(len != array_size*sizeof(mp_limb_t)){
    579                         cout << "len: " << len << ", array_size: " << array_size << ", sizeof(mp_limb_t): " << sizeof(mp_limb_t);
     580                        std::cout << "len: " << len << ", array_size: "
     581                                << array_size << ", sizeof(mp_limb_t): " << sizeof(mp_limb_t) << std::endl;
    580582                        assert(false);
    581583                }
Note: See TracChangeset for help on using the changeset viewer.