I would like adjustable delimiters to ignore overlines. For example:
\documentclass{article}
\begin{document}
$\left\{ f \right\} \; \left\{ \overline{f} \right\}$
\end{document}
The braces in the right case are noticeably larger than in the left case. I would like adjustable delimiters to produce the same output in both cases.
Any idea how could I do this?

\vphantom{f}\smash{\overline{f}}– Steven B. Segletes Jun 09 '16 at 12:38\leftand\right. – egreg Jun 09 '16 at 13:05\leftand\right, but to select the appropriate size intentionally. granted, doing this well comes only with experience, but too many authors always use\leftand\right(and so do some "helpful" input software aids), and the resulting mess causes real problems in a publishing production environment. this is a "best practices" situation. – barbara beeton Jun 09 '16 at 13:35