How do I replace libstdc++ with libc++?

I’m running Xcode 10.3 with Mohave 10.14.5 and when I compile, the iostream include file is no longer found. I’ve discovered that libstdc++ had been deprecated some years ago and has finally been replaced by libc++. However, I cannot find what I need to do to link to the new library.