Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IlmBase/HalfTest/testClassification.cpp
Original file line number Diff line number Diff line change
@@ -11,12 +11,14 @@
#include "half.h"
#include <iostream>
#include <assert.h>

#include <type_traits>

using namespace std;

namespace {

static_assert(std::is_trivially_default_constructible<half>::value, "half is trivial and default constructible");

void
testClass (half h,
bool finite,

0 comments on commit 5323c34

Please sign in to comment.