Issue 18629: API correction required to src/hpp/dds/core/ref_traits.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Advisory comment is inadvertently and inappropriately documenting namespace. _Suggested resolution_: diff --git a/src/hpp/dds/core/ref_traits.hpp b/src/hpp/dds/core/ref_traits.hpp index 5a34f6f..ff469d1 100644 --- a/src/hpp/dds/core/ref_traits.hpp +++ b/src/hpp/dds/core/ref_traits.hpp @@ -19,11 +19,13 @@ * limitations under the License. */ -/** + +namespace dds { namespace core { + +/* * These traits have to be provided by compliant implementations * to enable safe polymorphic casts. */ -namespace dds { namespace core { template <typename T1, typename T2> struct is_base_of; Resolution: Revised Text: Actions taken: April 9, 2013: received issue Discussion: End of Annotations:===== ogle-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=oxEwMtYJhhQTGoFUDmSpryN0mPmyu8RTVBs35YRvV5c=; b=UYN/XjB53yFJNj4+xH62baxiwCj6iGjDyqiuHMrYISN4fTQXrN8jXrxX9YW1ugeZIi OXlDi5KXZfoNfGJr3Ig3UV/SWiy6r4gRp2GMUhNTgS8m71R2Qw60l4OyfSKwLew49/5F c6rdEViqGko9XCRKhle2IWDORdEs4J/t9357u5jbOjo53lsO9/Mi19x4cask6rLb7lg+ Q2xZYAy+xBOHkC7C/NqyyAxor5PhKxDhMz3kiteS6I0upn2DCSl3JelYxw0bMODzKaRV RGT1MBTl4/76mTfZAIUhYDdawpc4eUM1NpDwSFLL/R9Y1D+iQUn2MzzcRBSw5p0wrg6e rLTw== X-Received: by 10.180.73.212 with SMTP id n20mr19731106wiv.11.1365513873731; Tue, 09 Apr 2013 06:24:33 -0700 (PDT) Date: Tue, 09 Apr 2013 14:24:23 +0100 From: Simon McQueen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 To: issues@omg.org Subject: API correction required to src/hpp/dds/core/ref_traits.hpp X-Gm-Message-State: ALoCoQnT0Rn/V54bdS7MuKa/uTaDF3SNf02LQCaElptmAMnVf9QHwiDUKalXQOLjW8VFBofPqGsV X-Virus-Scanned: amavisd-new at omg.org X-Brightmail-Tracker: AAAAAA== X-Brightmail-Tracker: AAAAAA== Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: Advisory comment is inadvertently and inappropriately documenting namespace. _Suggested resolution_: diff --git a/src/hpp/dds/core/ref_traits.hpp b/src/hpp/dds/core/ref_traits.hpp index 5a34f6f..ff469d1 100644 --- a/src/hpp/dds/core/ref_traits.hpp +++ b/src/hpp/dds/core/ref_traits.hpp @@ -19,11 +19,13 @@ * limitations under the License. */ -/** + +namespace dds { namespace core { + +/* * These traits have to be provided by compliant implementations * to enable safe polymorphic casts. */ -namespace dds { namespace core { template struct is_base_of;