Changeset 8cd708 for src/graph


Ignore:
Timestamp:
12/07/08 20:07:00 (4 years ago)
Author:
Tiago de Paula Peixoto <tiago@…>
Branches:
master, python3
Children:
300589
Parents:
3a5c19
git-author:
Tiago de Paula Peixoto <tiago@…> (12/07/08 20:07:00)
git-committer:
Tiago de Paula Peixoto <tiago@…> (12/07/08 20:07:00)
Message:
Fix compilation with boost 1.37
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/graph/graph.hh

    r7cdf96 r8cd708  
    216216 
    217217#pragma GCC visibility push(default) 
    218 class GraphException : public exception 
     218class GraphException : public std::exception 
    219219{ 
    220220    string _error; 
Note: See TracChangeset for help on using the changeset viewer.