Skip to content

Commit

Permalink
mvoe TestType and TestTypedAttribute to OPENEXR_IMF_INTERNAL_NAMESPACE
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Nov 14, 2019
1 parent 9a5c8d4 commit 03b464a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions OpenEXR/IlmImfTest/testAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ print_type(const OPENEXR_IMF_NAMESPACE::TypedAttribute<T> & object)
cout << object.typeName() << endl;
}

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

//
// Test to confirm that the copy/move constructors are implemented
// properly.
Expand Down Expand Up @@ -723,11 +725,16 @@ testArg (TestTypedAttribute a)
return a;
}

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT


void
testTypedAttribute()
{
std::cout << "running testTypedAttribute()\n";

using namespace OPENEXR_IMF_INTERNAL_NAMESPACE;

//
// Validate the test type
//
Expand Down

0 comments on commit 03b464a

Please sign in to comment.