Skip to content
Snippets Groups Projects
Commit 3e6c5220 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

LLSD-14: Extract remaining conditional LLSD mbrs to namespace llsd.

Per Monty's code review, it's dubious practice to have a class in which
certain members are sometimes visible, other times not. If these were virtual
methods, or non-static data members, the error would be obvious -- but even
with static data members and non-virtual methods, it looks like an ODR
violation. Extract conditional methods as free functions, as in changeset
07cd70e75473.
parent 1a684644
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment