diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-08 22:33:41 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-08 22:33:41 +0200 |
commit | 98e6a861ca9dccd0a9ce18e94a2960a93c256f67 (patch) | |
tree | 0aef009adda1cb9b225dc0333afe84a7313743d4 /src/util/HugeAllocator.cxx | |
parent | 2c6dd04d19f733514267f4613c895552137b9e51 (diff) |
util/HugeAllocator: import std::swap()
Diffstat (limited to 'src/util/HugeAllocator.cxx')
-rw-r--r-- | src/util/HugeAllocator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/HugeAllocator.cxx b/src/util/HugeAllocator.cxx index 99afe23f7..df6f106b1 100644 --- a/src/util/HugeAllocator.cxx +++ b/src/util/HugeAllocator.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2013-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |