~ubuntu-branches/ubuntu/raring/aptitude/raring

« back to all changes in this revision

Viewing changes to src/generic/apt/resolver_manager.cc

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-02-26 09:14:45 UTC
  • Revision ID: package-import@ubuntu.com-20130226091445-lju4uwlytxt9zahe
Tags: 0.6.8.1-2ubuntu2
Fix build failure with GCC 4.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
384
384
 
385
385
        typedef generic_choice_set<aptitude_universe> choice_set;
386
386
        typedef generic_choice<aptitude_universe> choice;
387
 
        typedef aptitude_resolver_package package;
388
387
        typedef aptitude_resolver_version version;
389
388
        typedef aptitude_resolver_dep dep;
390
389
        const choice_set &choices = sol.get_choices();