Skip to content

Tpetra,Teuchos: Fix #2567; Fix #1183

James Willenbring requested to merge Fix-1183-2567 into develop

Created by: mhoemmen

@trilinos/tpetra @trilinos/teuchos

Description

Remove the Teuchos_ENABLE_LONG_LONG_INT option from Teuchos. HAVE_TEUCHOS_LONG_LONG_INT is now always defined.

Motivation and Context

Teuchos has assumed C++11 for years, so it's safe to require that long long exists.

Related Issues

Merge request reports