Remove an (incorrect) compiler workaround in the __mu function. The
workaround relied on rvalue references binding to non-function lvalues, while the original formulation (with std::forward) does the right thing. llvm-svn: 124241
Loading
Please register or sign in to comment