Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 937238
Collapse All | Expand All

(-)a/src/include/OSL/dual.h (-3 / +1 lines)
Lines 204-210 public: Link Here
204
    : m_val(other.m_val)
204
    : m_val(other.m_val)
205
    , m_dx(other.m_dx)
205
    , m_dx(other.m_dx)
206
    , m_dy(other.m_dy)
206
    , m_dy(other.m_dy)
207
    , m_dz(other.dz)
207
    , m_dz(other.m_dz)
208
    {}
208
    {}
209
209
210
    OSL_HOSTDEVICE constexpr const T& elem (ConstIndex<0>) const { return m_val; }
210
    OSL_HOSTDEVICE constexpr const T& elem (ConstIndex<0>) const { return m_val; }
211
- 
212
error: unknown type name uint32_t
211
error: unknown type name uint32_t
213
--
214
src/include/OSL/platform.h | 1 +
212
src/include/OSL/platform.h | 1 +
215
1 file changed, 1 insertion(+)
213
1 file changed, 1 insertion(+)
(-)a/src/include/OSL/platform.h (-1 / +1 lines)
Lines 18-23 Link Here
18
18
19
#pragma once
19
#pragma once
20
20
21
#include <cstdint>
21
#include <cstring>
22
#include <cstring>
22
#include <memory>
23
#include <memory>
23
24
24
- 

Return to bug 937238