Skip to content

Add option to use compiler default C++ standard lib#187

Open
mpriestman wants to merge 1 commit intomitsuba-renderer:masterfrom
mpriestman:add-use-default-cpplib-option
Open

Add option to use compiler default C++ standard lib#187
mpriestman wants to merge 1 commit intomitsuba-renderer:masterfrom
mpriestman:add-use-default-cpplib-option

Conversation

@mpriestman
Copy link

When linking into another application, if they are not both using the same version of the C++ standard library (e.g. libc++ vs libstdc++), you get all sorts of linker errors.

This option (disabled by default) allows consumers to just make nanogui use the compiler-default C++ lib.

When linking into another application, if they are not both using the
same version of the C++ standard library (e.g. libc++ vs libstdc++),
you get all sorts of linker errors.

This option (disabled by default) allows consumers to just make
nanogui use the compiler-default C++ lib.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant