Use is_sorted, merge, copy from std (#199)
authorAndres Noetzli <andres.noetzli@gmail.com>
Mon, 17 Jul 2017 12:07:59 +0000 (08:07 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2017 12:07:59 +0000 (08:07 -0400)
commit53a226a753e509e028c386072c87d94c0a1316be
treec9e99087d040e7e79fa319c80d15f9450fbb75d0
parentefac53e969ccefc01bace1a5f095dfd3570c3767
Use is_sorted, merge, copy from std (#199)

Previously, we were checking whether we should use is_sorted
from std or __gnu_cxx. With C++11, std::is_sorted is
guaranteed to exist. This commit changes
arith/normal_form.{h,cpp} to always use std::is_sorted and
also removes the custom implementations for merge and copy by
using the std implementations instead.
config/is_sorted.m4 [deleted file]
configure.ac
src/expr/node_self_iterator.h
src/theory/arith/normal_form.cpp
src/theory/arith/normal_form.h