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
- Closes #1183 (closed), #2567 (closed)