mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
FreeBSD fixes
This commit is contained in:
@@ -116,8 +116,8 @@ public:
|
||||
IntrusiveAudioGroupData(const IntrusiveAudioGroupData&) = delete;
|
||||
IntrusiveAudioGroupData& operator=(const IntrusiveAudioGroupData&) = delete;
|
||||
|
||||
IntrusiveAudioGroupData(IntrusiveAudioGroupData&& other);
|
||||
IntrusiveAudioGroupData& operator=(IntrusiveAudioGroupData&& other);
|
||||
IntrusiveAudioGroupData(IntrusiveAudioGroupData&& other) noexcept;
|
||||
IntrusiveAudioGroupData& operator=(IntrusiveAudioGroupData&& other) noexcept;
|
||||
|
||||
void dangleOwnership() { m_owns = false; }
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "amuse/ContainerRegistry.hpp"
|
||||
#include "amuse/Common.hpp"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user