[C++17] static constexpr variables are implicitly inline now

This commit is contained in:
Triang3l
2020-07-11 16:44:57 +03:00
parent f8320d53d7
commit 79413345af
13 changed files with 1 additions and 105 deletions

View File

@@ -17,8 +17,6 @@ namespace xe {
namespace gpu {
namespace d3d12 {
constexpr size_t DeferredCommandList::kAlignment;
DeferredCommandList::DeferredCommandList(
D3D12CommandProcessor* command_processor, size_t initial_size)
: command_processor_(command_processor) {