Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Bug when linking with both move-api and ref-api #12

@cedricchevalier19

Description

@cedricchevalier19

Alien provides two API move and ref. However they are not compatible.
Linking with both at the same time results in weird behavior. For example, objects are defined in both libraries and their dtors can collide.

To solve this, we can either:

  1. Find a way to forbid linking with both libraries at the same time;
  2. Putting APIs in their own namespace.

The first solution forbids an user to exploit both APIs which may be interesting on a large code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions