Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1529)

Unified Diff: src/core/model/double.h

Issue 342870043: Visual Studio conditional code for core module (Closed)
Patch Set: Corrections Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/model/double.h
===================================================================
--- a/src/core/model/double.h
+++ b/src/core/model/double.h
@@ -38,8 +38,8 @@
* This class can be used to hold variables of floating point type
* such as 'double' or 'float'. The internal format is 'double'.
*/
-ATTRIBUTE_VALUE_DEFINE_WITH_NAME (double, Double);
-ATTRIBUTE_ACCESSOR_DEFINE (Double);
+ATTRIBUTE_VALUE_DEFINE_WITH_NAME_LIB (double, Double, NS3CORELIB);
+ATTRIBUTE_ACCESSOR_DEFINE_LIB (Double, NS3CORELIB);
template <typename T>
Ptr<const AttributeChecker> MakeDoubleChecker (void);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b