layers:Remove "using namespace std" statement
authorTobin Ehlis <tobine@google.com>
Wed, 8 Feb 2017 19:03:56 +0000 (12:03 -0700)
committerTobin Ehlis <tobine@google.com>
Wed, 8 Feb 2017 22:46:17 +0000 (15:46 -0700)
commitc7779226cb97ffa94233d4cd63b7d53481e67bbd
treebdaa48313855c8a9377c63aac68452716e6cc320
parent80c114da639d6d8985a78d267fc0532b78a301ea
layers:Remove "using namespace std" statement

Remove "using namespace std;" statement from core validation. This is
prohibited in the coding standard. Replace with specific "using"
statements for the parts of std that we use.
layers/core_validation.cpp