Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann 1341903bb7 Don't warn about functions not emitted
If a function is used by a template but this template is not
instantiated, the function will still be defined in the header
of a module but it won't be callable because it is in an anonymous
namespace and thus we get a warning.

This only happens in Clang; GCC consider functions referenced from
templates as used.

fixup! Don't warn about functions not emitted
2013-09-19 13:09:44 +02:00
examples catch all exceptions in all tutorials and examples 2013-09-05 13:04:38 +02:00
opm/core Don't warn about functions not emitted 2013-09-19 13:09:44 +02:00
tests use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00