OpenSubdiv: Add move semantic to the namespace

This commit is contained in:
Sergey Sharybin 2020-05-19 11:38:13 +02:00
parent b5ef644ef6
commit 5d8515ed86
1 changed files with 7 additions and 5 deletions

View File

@ -30,16 +30,18 @@
namespace blender {
namespace opensubdiv {
using std::pair;
using std::stack;
using std::string;
using std::unordered_map;
using std::vector;
using std::fill;
using std::make_pair;
using std::max;
using std::min;
using std::pair;
using std::stack;
using std::string;
using std::move;
using std::swap;
using std::unordered_map;
using std::vector;
} // namespace opensubdiv
} // namespace blender