Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b680f72

Browse files
committed
Guard the template instantiation for generictraitcatalogimpl
Change-Id: I1d803fdf3846e0078596d511c918a05c35988ef0
1 parent 7627fe1 commit b680f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/profiles/data-management/Current/GenericTraitCatalogImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
#if WEAVE_CONFIG_DATA_MANAGEMENT_CLIENT_EXPERIMENTAL
1920
#include <map>
2021
#include <limits>
2122
#include <Weave/Profiles/data-management/Current/WdmManagedNamespace.h>
@@ -32,3 +33,4 @@ template class GenericTraitCatalogImpl<TraitDataSource>;
3233
}; // namespace Profiles
3334
}; // namespace Weave
3435
}; // namespace nl
36+
#endif

0 commit comments

Comments
 (0)