Skip to content
GitLab
Explore
Sign in
Modernize PartProp
Code
Review changes
Check out branch
Download
Patches
Plain diff
Gerhard Raven
requested to merge
modernize-partprop
into
master
May 15, 2017
Overview
4
Commits
1
Pipelines
0
Changes
6
Expand
remove deprecated std::{unary,binary}_function
use std::tie to implement operator<
make operator< symmetric (wrt. type promotion) by implementing it as a friend function
prefer std::unique_ptr over explicit new/delete
Merge request reports