From 4e4793cc591e26c788b53c487bee7cab2d377f5e Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Feb 2009 12:18:26 +0000 Subject: port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@432 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- eprecomp.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'eprecomp.cpp') diff --git a/eprecomp.cpp b/eprecomp.cpp index ce1b07f..a061cf6 100644 --- a/eprecomp.cpp +++ b/eprecomp.cpp @@ -2,9 +2,6 @@ #include "pch.h" -// prevent Sun's CC compiler from including this file automatically -#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES) - #ifndef CRYPTOPP_IMPORTS #include "eprecomp.h" @@ -113,5 +110,3 @@ template T NAMESPACE_END #endif - -#endif -- cgit v1.2.1